X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..bb8204ef8236a9d1f39516832947ea4081f22146:/demos/life/bitmaps/play.xpm diff --git a/demos/life/bitmaps/play.xpm b/demos/life/bitmaps/play.xpm index 26d6d51f1e..6fddd44e56 100644 --- a/demos/life/bitmaps/play.xpm +++ b/demos/life/bitmaps/play.xpm @@ -1,23 +1,24 @@ -/* XPM */ -static char *play_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1", -" c None", -". c Black", -/* pixels */ -" ", -" ", -" ", -" . ", -" ... ", -" ..... ", -" ....... ", -" ......... ", -" ....... ", -" ..... ", -" ... ", -" . ", -" ", -" ", -" " -}; +/* XPM */ +static char *play_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +" c None", +". c Black", +/* pixels */ +" ", +" ", +" ", +" . ", +" ... ", +" ..... ", +" ....... ", +" ......... ", +" ....... ", +" ..... ", +" ... ", +" . ", +" ", +" ", +" ", +" " +};