X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0d77f437c66a04d7c6555b8df0f958da0bbe103..e1efca652844273c3e8d32c7e5f442b87e455ca7:/samples/listctrl/bitmaps/toolgame.xpm diff --git a/samples/listctrl/bitmaps/toolgame.xpm b/samples/listctrl/bitmaps/toolgame.xpm index d0cc8aed5f..7488bd8ca8 100644 --- a/samples/listctrl/bitmaps/toolgame.xpm +++ b/samples/listctrl/bitmaps/toolgame.xpm @@ -1,41 +1,41 @@ -/* XPM */ -static char * toolgame_xpm[] = { -/* width height ncolors chars_per_pixel */ -"32 32 3 1", -/* colors */ -" s None c None", -". c #808080", -"+ c #ff0000", -/* pixels */ -" ", -" +++++ +++++ ", -" +++++++++ +++++++++ ", -" +++++++++++ +++++++++++ ", -" +++++++++++++ +++++++++++++ ", -" +++++++++++++.+++++++++++++. ", -" +++++++++++++++++++++++++++++ ", -" +++++++++++++++++++++++++++++. ", -" +++++++++++++++++++++++++++++. ", -" +++++++++++++++++++++++++++++. ", -" +++++++++++++++++++++++++++++. ", -" +++++++++++++++++++++++++++.. ", -" +++++++++++++++++++++++++++. ", -" +++++++++++++++++++++++++.. ", -" +++++++++++++++++++++++.. ", -" +++++++++++++++++++++.. ", -" +++++++++++++++++++.. ", -" +++++++++++++++++.. ", -" +++++++++++++++++. ", -" +++++++++++++++.. ", -" +++++++++++++.. ", -" +++++++++++++. ", -" +++++++++++.. ", -" +++++++++.. ", -" +++++++.. ", -" +++++++. ", -" +++++.. ", -" +++.. ", -" +.. ", -" +. ", -" . ", -" "}; +/* 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 ", +" ", +" ", +" " +};