1
0
forked from aniani/vim

patch 8.2.2626: GTK3: error when starting up and -geometry is given

Problem:    GTK3: 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)
This commit is contained in:
Bram Moolenaar
2021-03-20 12:36:46 +01:00
parent af125866db
commit 240014321b
2 changed files with 15 additions and 5 deletions

View File

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