]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1199: gvim uses hardcoded xpm icon file v9.1.1199
authorAurelien Gateau <mail@agateau.com>
Wed, 12 Mar 2025 22:16:42 +0000 (23:16 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 12 Mar 2025 22:16:42 +0000 (23:16 +0100)
commit0adbe639a587a2a5d16de3461adfbe800dd05dd8
tree62c11a749461c3c9c75a40fb64681be37cb1f88f
parent54c88d0cf875c7bb289cec14eff0195ad4619942
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>
src/gui_gtk_x11.c
src/version.c