]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/newpoint.xpm
Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / newpoint.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *newpoint_xpm[] = {
3/* width height num_colors chars_per_pixel */
4" 16 15 3 1",
5/* colors */
6". c #000000",
7"# c #c0c0c0",
8"a c #ffff00",
9/* pixels */
10"#######a########",
11"###a###a###a####",
12"####a##a##a#####",
13"#####a#a#a######",
14"################",
15"##aaa#....#aaa##",
16"######....######",
17"................",
18"######....######",
19"######....######",
20"################",
21"################",
22"################",
23"################",
24"################"
25};