view etc/images/gud/thread.xpm @ 109885:42a68d95e799

* image.c (imagemagick_clear_image): Remove debugging output.
author Andreas Schwab <schwab@linux-m68k.org>
date Fri, 20 Aug 2010 14:02:43 +0200
parents 9a7c820f16a3
children
line wrap: on
line source

/* XPM */
static char * thread_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #B2B2B2",
"+	c #E5E5E5",
"@	c #FFFFFF",
"#	c #000000",
"                        ",
"                        ",
"  ....................  ",
"  ....................  ",
"  ....................  ",
"  ++++++@@@@@@@@++++++  ",
"  ++++++########++++++  ",
"  ++++++########++++++  ",
"  ......##@##@##......  ",
"  ......@@@##@@@......  ",
"  ......@@@##@@@......  ",
"  ++++++@@@##@@@++++++  ",
"  ++++++@@@##@@@++++++  ",
"  ++++++@@@##@@@++++++  ",
"  ######@@@##@@@######  ",
"  ######@@@##@@@######  ",
"  ######@@@##@@@######  ",
"  ++++++@@@##@@@++++++  ",
"  ++++++@@####@@++++++  ",
"  ++++++++++++++++++++  ",
"  ....................  ",
"  ....................  ",
"                        ",
"                        "};