14 lines
167 B
Plaintext
14 lines
167 B
Plaintext
/* XPM */
|
|
static char *bmp1[]={
|
|
"8 8 2 1",
|
|
"# c #000000",
|
|
". c none",
|
|
"........",
|
|
"........",
|
|
"#######.",
|
|
"#######.",
|
|
"#######.",
|
|
"........",
|
|
"........",
|
|
"........"};
|