X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b322b4a1f58b62393a6531dd4466902df3dbe00..bb8204ef8236a9d1f39516832947ea4081f22146:/demos/life/bitmaps/play.xpm diff --git a/demos/life/bitmaps/play.xpm b/demos/life/bitmaps/play.xpm index da56d1375a..6fddd44e56 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 char *play_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +" c None", +". c Black", +/* pixels */ +" ", +" ", +" ", +" . ", +" ... ", +" ..... ", +" ....... ", +" ......... ", +" ....... ", +" ..... ", +" ... ", +" . ", +" ", +" ", +" ", +" " +};