]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/ogledit/bitmaps/tool2.xpm
Added RTLD_GLOBAL to dlopen() flags which is needed if libraries depend
[wxWidgets.git] / contrib / samples / ogl / ogledit / bitmaps / tool2.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *tool2_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"22 22 16 1",
5" c Gray0",
6". c #bf0000",
7"X c #00bf00",
8"o c #bfbf00",
9"O c #0000bf",
10"+ c #bf00bf",
11"@ c #00bfbf",
12"# c #c0c0c0",
13"$ c #808080",
14"% c Red",
15"& c Green",
16"* c Yellow",
17"= c Blue",
18"- c Magenta",
19"; c Cyan",
20": c Gray100",
21/* pixels */
22"######################",
23"######################",
24"#### #####",
25"### ::::::::::::: ####",
26"## ::::::::::::::: ###",
27"# ::::::::::::::::: ##",
28"# ::::::::::::::::: ##",
29"# ::::::::::::::::: ##",
30"# ::::::::::::::::: ##",
31"# ::::::::::::::::: ##",
32"# ::::::::::::::::: ##",
33"# ::::::::::::::::: ##",
34"# ::::::::::::::::: ##",
35"# ::::::::::::::::: ##",
36"# ::::::::::::::::: ##",
37"# ::::::::::::::::: ##",
38"## ::::::::::::::: ###",
39"### ::::::::::::: ####",
40"#### #####",
41"######################",
42"######################",
43"######################"
44};