]> git.saurik.com Git - wxWidgets.git/blame - art/new_dir.xpm
Don't clear the HWND until after the UnsubclassWin so the old WndProc
[wxWidgets.git] / art / new_dir.xpm
CommitLineData
e6daf794
RR
1/* XPM */
2static char *new_dir_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"20 20 16 1",
5" c Gray0",
6". c #800000",
7"X c #008000",
8"o c #808000",
9"O c #000080",
10"+ c #800080",
11"@ c #008080",
12"# c None",
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};