]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0085: X11 scroll size changes after accessing clipboard v9.1.0085
authorlilydjwg <lilydjwg@gmail.com>
Fri, 9 Feb 2024 18:13:12 +0000 (19:13 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 9 Feb 2024 18:13:12 +0000 (19:13 +0100)
commitc4d4a1e041f41b1fb0ccd686c8c488ef0768667e
tree2f6c7989b1a369503fd13a5450cfb1c385f85d46
parentbd2f45a6e530df91ad07d49967ff148eb8a1c1e1
patch 9.1.0085: X11 scroll size changes after accessing clipboard

Problem:  X11 scroll size changes after accessing clipboard
          (Ernie Rael)
Solution: use GDK_SCROLL_MASK for X11 and GDK_SMOOTH_SCROLL_MASK for
          Wayland (lilydjwg)

because GDK_SCROLL_SMOOTH events don't work well for x11 (see comments).

fixes #13994
closes: #13997

Signed-off-by: lilydjwg <lilydjwg@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui_gtk_x11.c
src/version.c