]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0437: Motif requires non-const char pointer for XPM data v9.1.0437
authorDrew Vogel <dvogel@github>
Thu, 23 May 2024 15:49:39 +0000 (17:49 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 23 May 2024 15:49:39 +0000 (17:49 +0200)
commit742062f31faca14ae479f4688a5ad8add5d5c120
tree12f59f632314bb7f49ede81998b16b4a8a793b86
parent789679cfc4f39505b135220672b43a260d8ca3b4
patch 9.1.0437: Motif requires non-const char pointer for XPM  data

Problem:  Motif requires non-const char pointer for XPM data shared with
          GTK (Tony Mechelynck, after v9.1.0432)
Solution: Cast non-const to const char pointer for GTK (Drew Vogel).

closes: #14834

Signed-off-by: Drew Vogel <dvogel@github>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/vim16x16.xpm
runtime/vim32x32.xpm
runtime/vim48x48.xpm
src/gui_gtk_x11.c
src/version.c