]> git.saurik.com Git - wxWidgets.git/blame - demos/life/bitmaps/east.xpm
fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug...
[wxWidgets.git] / demos / life / bitmaps / east.xpm
CommitLineData
c331e19f
RD
1/* XPM */
2static char * east_xpm[] = {
3"16 16 3 1",
4" c None",
5". c Black",
6"X c Yellow",
7" ",
8" .. ",
9" .X.. ",
10" .XX.. ",
11" .XXXX.. ",
12" .XXXXX.. ",
13" .XXXXXXX.. ",
14" .XXXXXXXXX. ",
15" .XXXXXXXXX. ",
16" .XXXXXXX.. ",
17" .XXXXX.. ",
18" .XXXX.. ",
19" .XX.. ",
20" .X.. ",
21" .. ",
22" "};