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.
26 lines
443 B
26 lines
443 B
15 years ago
|
/* XPM */
|
||
|
static char * watch_0_xpm[] = {
|
||
|
"15 15 7 1",
|
||
|
" c None",
|
||
|
". c #000000",
|
||
|
"+ c #4A4A4A",
|
||
|
"@ c #ACACAC",
|
||
|
"# c #E9E9E9",
|
||
|
"$ c #989898",
|
||
|
"% c #FFFFFF",
|
||
|
" . ",
|
||
|
" +@#.#@+ ",
|
||
|
" $%%%.%%%$ ",
|
||
|
" $%%%%.%%%%$ ",
|
||
|
" +%%%%%.%%%%%+ ",
|
||
|
" @%%%%%.%%%%%@ ",
|
||
|
" #%%%%%.%%%%%# ",
|
||
|
".%%%%%%.%%%%%%.",
|
||
|
" #%%%%%%%%%%%# ",
|
||
|
" @%%%%%%%%%%%@ ",
|
||
|
" +%%%%%%%%%%%+ ",
|
||
|
" $%%%%%%%%%$ ",
|
||
|
" $%%%%%%%$ ",
|
||
|
" +@#%#@+ ",
|
||
|
" . "};
|