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.
15 lines
164 B
15 lines
164 B
15 years ago
|
/* XPM */
|
||
|
static char * notemod_doublesharp_xpm[] = {
|
||
|
"5 8 2 1",
|
||
|
" c None",
|
||
|
"x c black",
|
||
|
" ",
|
||
|
" ",
|
||
|
"x x",
|
||
|
" x x ",
|
||
|
" x ",
|
||
|
" x x ",
|
||
|
"x x",
|
||
|
" "
|
||
|
};
|