X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/421d214fa928bb6e403d55c21c90ab61f6c76844..0617ba3e343461726d51fbd487c91f76fb20c05d:/art/cross.xpm diff --git a/art/cross.xpm b/art/cross.xpm index b30173b398..20ab3f3466 100644 --- a/art/cross.xpm +++ b/art/cross.xpm @@ -1,17 +1,17 @@ -/* XPM */ -static char *cross_xpm[] = { -/* columns rows colors chars-per-pixel */ -"10 10 2 1", -" c Gray0", -"# c None", -/* pixels */ -" ######## ", -" #### ", -"# ## #", -"## ##", -"### ###", -"### ###", -"## ##", -"# ## #", -" #### ", -" ###### "}; +/* XPM */ +static const char *const cross_xpm[] = { +/* columns rows colors chars-per-pixel */ +"10 10 2 1", +" c Gray0", +"# c None", +/* pixels */ +" ######## ", +" #### ", +"# ## #", +"## ##", +"### ###", +"### ###", +"## ##", +"# ## #", +" #### ", +" ###### "};