]> git.saurik.com Git - wxWidgets.git/blame - art/print.xpm
Fix some leaks cause by removing list.DeleteContents calls.
[wxWidgets.git] / art / print.xpm
CommitLineData
f3d3d61a
VS
1/* XPM */
2static char *print_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 5 1",
5" c None",
6". c Black",
7"X c Gray100",
8"o c #808000",
9"O c Yellow",
10/* pixels */
11" ",
12" ......... ",
13" .XXXXXXXX. ",
14" .X.....X. ",
15" .XXXXXXXX. ",
16" .X.....X.... ",
17" .XXXXXXXX. . .",
18" .......... . ..",
19". . . .",
20"............. .",
21". ooo . . ",
22". OOO ... ",
23"............. . ",
24" . . . ",
25" ........... "
26};