X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00958db524c4b0e2d72466d5416ce9fad41f42b6..25f49256ac6682a358e461036ec64aad1b26e353:/art/tick.xpm diff --git a/art/tick.xpm b/art/tick.xpm index 630eaf460f..a1a48c0446 100644 --- a/art/tick.xpm +++ b/art/tick.xpm @@ -1,32 +1,17 @@ -/* XPM */ -static char *tick_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 tick_xpm[] = { +/* columns rows colors chars-per-pixel */ +"10 10 2 1", +". c Gray0", +" c None", +/* pixels */ +" ", +" ..", +" ...", +" ... ", +".. ... ", +"... ... ", +" ..... ", +" ... ", +" . ", +" "};