1
0
forked from aniani/vim

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 #6916)
            Fix compiler warnings.
This commit is contained in:
Bram Moolenaar
2020-09-09 19:05:13 +02:00
parent ba7c0d7b4c
commit 81a4cf469a
2 changed files with 8 additions and 4 deletions

View File

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