X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c331e19f101a062e1e99c667acce45b5f6539a3c..a3b7db872925df2921f36637a84085ec04cf977a:/demos/life/bitmaps/play.xpm?ds=sidebyside diff --git a/demos/life/bitmaps/play.xpm b/demos/life/bitmaps/play.xpm index 6fddd44e56..335b6f4f16 100644 --- a/demos/life/bitmaps/play.xpm +++ b/demos/life/bitmaps/play.xpm @@ -1,24 +1,24 @@ -/* XPM */ -static char *play_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1", -" c None", -". c Black", -/* pixels */ -" ", -" ", -" ", -" . ", -" ... ", -" ..... ", -" ....... ", -" ......... ", -" ....... ", -" ..... ", -" ... ", -" . ", -" ", -" ", -" ", -" " -}; +/* XPM */ +static const char *const play_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +" c None", +". c Black", +/* pixels */ +" ", +" ", +" ", +" . ", +" ... ", +" ..... ", +" ....... ", +" ......... ", +" ....... ", +" ..... ", +" ... ", +" . ", +" ", +" ", +" ", +" " +};