summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-16 22:15:51 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-16 22:15:51 +0100
commitc0da540466c89e388e7a15a12bab2f9fc42d9671 (patch)
treea396fca741f1240901644ba1bca6924b9e561b1a /src/version.c
parent7268e539968de227d49ffc66adb79e558502743e (diff)
downloadvim-git-master.tar.gz
patch 9.0.1563: GTK3: window manager resize hints are incompleteHEADmaster
Problem: GTK3: window manager resize hints are incomplete. Solution: Use NULL for second argument of gtk_window_set_geometry_hints(). (Kenny Stauffer closes #11055)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 80244d6fe..0e1e32616 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1563,
+/**/
1562,
/**/
1561,