]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/studio/bitmaps/cut.xpm
Modified makefile.unx to include bitmaps dir. Added missing folder.xpm
[wxWidgets.git] / utils / ogl / samples / studio / bitmaps / cut.xpm
CommitLineData
306dfc2b
JS
1/* XPM */
2static char *cut_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 3 1",
5" c None",
6". c Black",
7"X c #000080",
8/* pixels */
9" ",
10" . . ",
11" . . ",
12" . . ",
13" .. .. ",
14" . . ",
15" ... ",
16" . ",
17" X.X ",
18" X XXX ",
19" XXX X X ",
20" X X X X ",
21" X X X X ",
22" X X XX ",
23" XX "
24};