comparison src/version.c @ 22192:9b5a90ad76c6 v8.2.1645

patch 8.2.1645: GTK3: icons become broken images when resized Commit: https://github.com/vim/vim/commit/81a4cf469a0f5c1603ac3130af9f011053854180 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 19:05:13 2020 +0200 patch 8.2.1645: GTK3: icons become broken images when resized Problem: GTK3: icons become broken images when resized. Solution: Use gtk_image_new_from_icon_name(). (closes https://github.com/vim/vim/issues/6916) Fix compiler warnings.
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Sep 2020 19:15:03 +0200
parents da851f3b6a0b
children e611f22bfa8f
comparison
equal deleted inserted replaced
22191:cbbce430ab6c 22192:9b5a90ad76c6
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1645,
757 /**/ 759 /**/
758 1644, 760 1644,
759 /**/ 761 /**/
760 1643, 762 1643,
761 /**/ 763 /**/