view pixmaps/dt_icon.xpm @ 1739:0ddc5418a0b4

[gaim-migrate @ 1749] i found this really great game, 3dchess, but it hasn't been hacked (that I know of) since april 1999, two years ago. that's too bad, i like playing it. some girls try too hard. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 21 Apr 2001 12:24:45 +0000
parents 2846a03bda67
children ca040e495bc6
line wrap: on
line source

/* XPM */
static char * dt_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 3 1",
/* colors */
" 	c None",
".	c #336699",
"X	c #9999ff",
/* pixels */
"            ",
"            ",
" .......... ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
"  .XXXXXX.  ",
"  .XXXXXX.  ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .......... ",
"            ",
"            "};