24 lines
390 B
Plaintext
24 lines
390 B
Plaintext
|
/* XPM */
|
||
|
static char *obm_radiocheck[] = {
|
||
|
/* size */
|
||
|
"14 14 2 1",
|
||
|
/* colors */
|
||
|
". s white c white",
|
||
|
"# s black c black",
|
||
|
/* pixels */
|
||
|
"..............",
|
||
|
"..............",
|
||
|
"..............",
|
||
|
".....####.....",
|
||
|
"....######....",
|
||
|
"...########...",
|
||
|
"...########...",
|
||
|
"...########...",
|
||
|
"...########...",
|
||
|
"....######....",
|
||
|
".....####.....",
|
||
|
"..............",
|
||
|
"..............",
|
||
|
".............."
|
||
|
};
|