You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
485 B
27 lines
485 B
13 years ago
|
/* XPM */
|
||
|
static char *whatsthis[] = {
|
||
|
/* width height ncolors chars_per_pixel */
|
||
|
"16 16 3 1",
|
||
|
/* colors */
|
||
|
"# c None",
|
||
|
". c #000000",
|
||
|
"a c #000083",
|
||
|
/* pixels */
|
||
|
".########aaaaa##",
|
||
|
"..######aaa#aaa#",
|
||
|
"...####aaa###aaa",
|
||
|
"....###aa#####aa",
|
||
|
".....##aa#####aa",
|
||
|
"......##a####aaa",
|
||
|
".......#####aaa#",
|
||
|
"........###aaa##",
|
||
|
".........#aaa###",
|
||
|
".....#####aaa###",
|
||
|
"..#...##########",
|
||
|
".##...####aaa###",
|
||
|
"####...###aaa###",
|
||
|
"####...#########",
|
||
|
"#####...########",
|
||
|
"#####...########"
|
||
|
};
|