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.
18 lines
264 B
18 lines
264 B
15 years ago
|
/* XPM */
|
||
|
static char * rests__1o_xpm[] = {
|
||
|
"11 7 7 1",
|
||
|
" c None",
|
||
|
". c #B9B9B9",
|
||
|
"+ c #727272",
|
||
|
"@ c #898989",
|
||
|
"# c #595959",
|
||
|
"$ c #030303",
|
||
|
"% c #D9D9D9",
|
||
|
" ",
|
||
|
" .+++@@+++.",
|
||
|
" .#+#$$#+#.",
|
||
|
" %$$% ",
|
||
|
" %$$% ",
|
||
|
" .#+#$$#+#.",
|
||
|
" .+++@@+++."};
|