]>
Commit | Line | Data |
---|---|---|
6a5fa4e0 MG |
1 | /* XPM */ |
2 | static char *noname[] = { | |
3 | /* width height ncolors chars_per_pixel */ | |
4 | "126 2 2 1", | |
5 | /* colors */ | |
6 | "+ c #3f3f3f", | |
7 | "# c #bfbfbf", | |
8 | /* pixels */ | |
9 | "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#", | |
10 | "+#############################################################################################################################", | |
11 | }; |