X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ef1d1d988b84ef41168918103db69d64b889057..34326da778583ca8eab95f2e41738da2852a5a16:/samples/listctrl/bitmaps/toolgame.xpm diff --git a/samples/listctrl/bitmaps/toolgame.xpm b/samples/listctrl/bitmaps/toolgame.xpm index 79e2ea3d79..7488bd8ca8 100644 --- a/samples/listctrl/bitmaps/toolgame.xpm +++ b/samples/listctrl/bitmaps/toolgame.xpm @@ -1,41 +1,41 @@ -/* XPM */ -static char *toolgame_xpm[] = { -/* columns rows colors chars-per-pixel */ -"32 32 3 1", -"X c #808080", -" c None", -". c #FF0000", -/* pixels */ -" ", -" ", -" ", -" ", -" .. ", -" .... ", -" ...... ", -" ........ ", -" .......... ", -" ............ ", -" .............. ", -" ................ ", -" .................. ", -" .................... ", -" ...................... ", -" ........................ ", -" .......................... ", -" ........................X ", -" ......................X ", -" ....................X ", -" ..................X ", -" ................X ", -" ..............X ", -" ............X ", -" ..........X ", -" ........X ", -" ......X ", -" ....X ", -" ..X ", -" ", -" ", -" " -}; +/* XPM */ +static const char *const toolgame_xpm[] = { +/* columns rows colors chars-per-pixel */ +"32 32 3 1", +"X c #808080", +" c None", +". c #FF0000", +/* pixels */ +" ", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" .......... ", +" ............ ", +" .............. ", +" ................ ", +" .................. ", +" .................... ", +" ...................... ", +" ........................ ", +" .......................... ", +" ........................X ", +" ......................X ", +" ....................X ", +" ..................X ", +" ................X ", +" ..............X ", +" ............X ", +" ..........X ", +" ........X ", +" ......X ", +" ....X ", +" ..X ", +" ", +" ", +" " +};