]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/studio/bitmaps/open.xpm
Modified makefile.unx to include bitmaps dir. Added missing folder.xpm
[wxWidgets.git] / utils / ogl / samples / studio / bitmaps / open.xpm
CommitLineData
306dfc2b
JS
1/* XPM */
2static char *open_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 5 1",
5" c None",
6". c Black",
7"X c Yellow",
8"o c Gray100",
9"O c #bfbf00",
10/* pixels */
11" ",
12" ... ",
13" . . .",
14" ..",
15" ... ...",
16" .XoX....... ",
17" .oXoXoXoXo. ",
18" .XoXoXoXoX. ",
19" .oXoX..........",
20" .XoX.OOOOOOOOO.",
21" .oo.OOOOOOOOO. ",
22" .X.OOOOOOOOO. ",
23" ..OOOOOOOOO. ",
24" ........... ",
25" "
26};