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