comparison src/version.c @ 24162:cb8b9bf76082 v8.2.2622

patch 8.2.2622: GTK: error when starting up and -geometry is given Commit: https://github.com/vim/vim/commit/a555e6fcb6ec97b5ab30b20a340b228f4d820f14 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 18 22:28:57 2021 +0100 patch 8.2.2622: GTK: error when starting up and -geometry is given Problem: GTK: 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 Thu, 18 Mar 2021 22:30:04 +0100
parents e695db9a5465
children 2259c73cc1d9
comparison
equal deleted inserted replaced
24161:2766741b201d 24162:cb8b9bf76082
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 2622,
753 /**/ 755 /**/
754 2621, 756 2621,
755 /**/ 757 /**/
756 2620, 758 2620,
757 /**/ 759 /**/