]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1922: Win32: scrolling problems when part of window is off-screen v8.2.1922
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Oct 2020 19:08:21 +0000 (20:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Oct 2020 19:08:21 +0000 (20:08 +0100)
commit185577e47e5004a5d08a5405a02ab6a261078e42
tree273e1dd88fdee22a0b3998eb5311cf3653b580a4
parentdcdd42a8ccb9bafd857735d694b074269f337333
patch 8.2.1922: Win32: scrolling problems when part of window is off-screen

Problem:    Win32: scrolling doesn't work properly when part of window is
            off-screen.
Solution:   Fall back to GDI scrolling if part of the window is off-screen.
            Handle multi-monitor setup better. (Ken Takata, closes #7219)
src/gui_w32.c
src/version.c