]> git.saurik.com Git - wxWidgets.git/blame - samples/listctrl/bitmaps/small1.xpm
Fix for lib order causing unresolved symbols on MSYS (bug #1204112).
[wxWidgets.git] / samples / listctrl / bitmaps / small1.xpm
CommitLineData
b0d77f43
RR
1/* XPM */
2static char * small1_xpm[] = {
3/* width height ncolors chars_per_pixel */
4"16 16 5 1",
5/* colors */
6" s None c None",
7". c #000000",
8"+ c #ff0000",
9"@ c #0000ff",
10"# c #ffffff",
11/* pixels */
12" ",
13" ",
14" ########## ",
15" #........# ",
16" #........# ",
17" #........# ",
18" #..########### ",
19" #..#+++++++++# ",
20" ####++#####++# ",
21" #+#@@@@@#+# ",
22" #+#@@@@@#+# ",
23" #+#@@@@@#+# ",
24" #++#####++# ",
25" #+++++++++# ",
26" ########### ",
27" "};