mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
15 lines
189 B
C
15 lines
189 B
C
|
/* XPM */
|
||
|
static char * flip_xpm[] = {
|
||
|
"8 8 3 1",
|
||
|
" c None",
|
||
|
". c #000000",
|
||
|
"+ c #FFFFFF",
|
||
|
"........",
|
||
|
".+......",
|
||
|
".++.....",
|
||
|
".+++....",
|
||
|
".++++...",
|
||
|
".+++++..",
|
||
|
".++++++.",
|
||
|
"........"};
|