commit | 240014321b0aa5d6eb00a70865fa9935fd888d60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 12:36:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 12:36:46 2021 +0100 |
tree | bc2691e2125fa50dbc1bfdb17dd060063ed4f39d | |
parent | af125866db46405fdaf99ac4e43b630d196a4aa4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 36547d0..bd72953 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2626, +/**/ 2625, /**/ 2624,