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.
42 lines
1.3 KiB
42 lines
1.3 KiB
15 years ago
|
/* XPM */
|
||
|
static const char * Display_xpm[] = {
|
||
|
"32 32 6 1",
|
||
|
" c None",
|
||
|
". c #F8FCF8",
|
||
|
"+ c #808080",
|
||
|
"@ c #C0C0C0",
|
||
|
"# c #000000",
|
||
|
"$ c #FFFFFF",
|
||
|
"...............................+",
|
||
|
".+++++++++++++++++++++++++++++.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@############@@@@@@@.+",
|
||
|
".+@@@@@@@##$$$$$$$$$$$#+@@@@@@.+",
|
||
|
".+@@@@@@#$$$$$$$$$$$$$$#@@@@@@.+",
|
||
|
".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+",
|
||
|
".+@@@@@#$$$$$$$$$$$$$$$$#@@@@@.+",
|
||
|
".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+",
|
||
|
".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+",
|
||
|
".+@@@#$$$$$$$$$$$$$$$$$$#+@@@@.+",
|
||
|
".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+",
|
||
|
".+@@@@#$$$$$$$$$$$$$$$$$#+@@@@.+",
|
||
|
".+@@@@@#$$$$$$$$$$$$$$$$#+@@@@.+",
|
||
|
".+@@@@@#$$$$$$$$$$$$$$$#+@@@@@.+",
|
||
|
".+@@@@@@#$$$$$$$$$$$$$$#+@@@@@.+",
|
||
|
".+@@@@@@@##$$$$$$$$$$$#+@@@@@@.+",
|
||
|
".+@@@@@@@@@############+@@@@@@.+",
|
||
|
".+@@@@@@@@@@++++++++++++@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
".+@@@@@@@@@@@@@@@@@@@@@@@@@@@@.+",
|
||
|
"...............................+",
|
||
|
"++++++++++++++++++++++++++++++++"};
|