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