1
0
forked from aniani/vim

patch 9.0.1563: GTK3: window manager resize hints are incomplete

Problem:    GTK3: window manager resize hints are incomplete.
Solution:   Use NULL for second argument of gtk_window_set_geometry_hints().
            (Kenny Stauffer closes #11055)
This commit is contained in:
Bram Moolenaar
2023-05-16 22:15:51 +01:00
parent 7268e53996
commit c0da540466
2 changed files with 6 additions and 2 deletions

View File

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