X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00958db524c4b0e2d72466d5416ce9fad41f42b6..23a9a87c85d4e08cd96ab6ab95db64efe46a972f:/art/cross.xpm diff --git a/art/cross.xpm b/art/cross.xpm index 5192b65cc0..20ab3f3466 100644 --- a/art/cross.xpm +++ b/art/cross.xpm @@ -1,32 +1,17 @@ -/* XPM */ -static char *cross_xpm[] = { -/* columns rows colors chars-per-pixel */ -"10 10 16 1", -" c Gray0", -". c #bf0000", -"X c #00bf00", -"o c #bfbf00", -"O c #0000bf", -"+ c #bf00bf", -"@ c #00bfbf", -"# c None", -"$ c #808080", -"% c Red", -"& c Green", -"* c Yellow", -"= c Blue", -"- c Magenta", -"; c Cyan", -": c Gray100", -/* pixels */ -" ######## ", -" #### ", -"# ## #", -"## ##", -"### ###", -"### ###", -"## ##", -"# ## #", -" #### ", -" ###### " -}; +/* XPM */ +static const char *const cross_xpm[] = { +/* columns rows colors chars-per-pixel */ +"10 10 2 1", +" c Gray0", +"# c None", +/* pixels */ +" ######## ", +" #### ", +"# ## #", +"## ##", +"### ###", +"### ###", +"## ##", +"# ## #", +" #### ", +" ###### "};