X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c331e19f101a062e1e99c667acce45b5f6539a3c..713c7336f2c96b1deddd24ec38b2a094705635b9:/demos/life/bitmaps/info.xpm?ds=inline diff --git a/demos/life/bitmaps/info.xpm b/demos/life/bitmaps/info.xpm index 9580464995..84b71973a4 100644 --- a/demos/life/bitmaps/info.xpm +++ b/demos/life/bitmaps/info.xpm @@ -1,24 +1,24 @@ -/* XPM */ -static char *info_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1", -" c None", -". c Blue", -/* pixels */ -" ", -" .... ", -" ...... ", -" ...... ", -" .... ", -" ", -" ", -" ....... ", -" ..... ", -" ..... ", -" ..... ", -" ..... ", -" ..... ", -" ..... ", -" ..... ", -" ......... " -}; +/* XPM */ +static const char *const info_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +" c None", +". c Blue", +/* pixels */ +" ", +" .... ", +" ...... ", +" ...... ", +" .... ", +" ", +" ", +" ....... ", +" ..... ", +" ..... ", +" ..... ", +" ..... ", +" ..... ", +" ..... ", +" ..... ", +" ......... " +};