1
0
forked from aniani/vim

patch 9.1.1199: gvim uses hardcoded xpm icon file

Problem:  Many X11/Wayland desktops support icon themes, and many themes
          provide a gvim icon, but this icon is ignored for the window
          itself because it is hardcoded in the source code.
Solution: Read the icon from the theme instead (Aurelien Gateau).

closes: #16859

Signed-off-by: Aurelien Gateau <mail@agateau.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Aurelien Gateau
2025-03-12 23:16:42 +01:00
committed by Christian Brabandt
parent 54c88d0cf8
commit 0adbe639a5
2 changed files with 3 additions and 15 deletions

View File

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