1
0
forked from aniani/vim

patch 8.2.1226: MS-Windows: windows positioning wrong depending on taskbar

Problem:    MS-Windows: windows positioning wrong when the taskbar is placed
            at the top or left of the screen.
Solution:   Use GetWindowRect and MoveWindow APIs. (Yukihiro Nakadaira,
            Ken Takata, closes #6455)
This commit is contained in:
Bram Moolenaar
2020-07-16 22:30:31 +02:00
parent ee1b93169d
commit 98af99f2d7
2 changed files with 19 additions and 34 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1226,
/**/
1225,
/**/