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