commit | a555e6fcb6ec97b5ab30b20a340b228f4d820f14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 18 22:28:57 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 18 22:28:57 2021 +0100 |
tree | 08774815296acda9ddb18e315bb5083fefc267a4 | |
parent | 108cf0153c5770e343aec9e2390acdaa4a0b149a [diff] [blame] |
patch 8.2.2622: GTK: error when starting up and -geometry is given Problem: GTK: error when starting up and -geometry is given. (Dominique Pellé) Solution: Use another function to get the monitor if the window has not been created yet. (closes #7978)
diff --git a/src/version.c b/src/version.c index 842d138..a650c81 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2622, +/**/ 2621, /**/ 2620,