comparison runtime/vim32x32.xpm @ 35244:8f04cf65ecff v9.1.0432

patch 9.1.0432: Ancient XPM preprocessor hack may cause build errors Commit: https://github.com/vim/vim/commit/5090f838bbcd3a13433d9fe20a94f3ce6b796eb1 Author: Drew Vogel <dvogel@github> Date: Wed May 22 16:51:53 2024 +0200 patch 9.1.0432: Ancient XPM preprocessor hack may cause build errors Problem: Ancient XPM preprocessor hack may cause build errors. Solution: Simplify XPM includes and get rid of complicated #ifdef magic (Drew Vogel). closes: #14816 Signed-off-by: Drew Vogel <dvogel@github> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 22 May 2024 17:00:06 +0200
parents 3fc0f57ecb91
children 70d5193d7a58
comparison
equal deleted inserted replaced
35243:05e34d7c76dd 35244:8f04cf65ecff
1 /* XPM */ 1 /* XPM */
2 static char * vim32x32[] = { 2 static const char * vim32x32[] = {
3 "32 32 8 1", 3 "32 32 8 1",
4 " c None", 4 " c None",
5 ". c #000000", 5 ". c #000000",
6 "+ c #000080", 6 "+ c #000080",
7 "@ c #008000", 7 "@ c #008000",