comparison src/version.c @ 24170:74f869d4bd54 v8.2.2626

patch 8.2.2626: GTK3: error when starting up and -geometry is given Commit: https://github.com/vim/vim/commit/240014321b0aa5d6eb00a70865fa9935fd888d60 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 20 12:36:46 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Mar 2021 12:45:03 +0100
parents 4cd112203e16
children 09598e5ced97
comparison
equal deleted inserted replaced
24169:e4b64b309fbf 24170:74f869d4bd54
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2626,
753 /**/ 755 /**/
754 2625, 756 2625,
755 /**/ 757 /**/
756 2624, 758 2624,
757 /**/ 759 /**/