view etc/images/gud/thread.xpm @ 107722:98f7a4103e8e

Clean up BSD_SYSTEM use. * xterm.c: * process.c: * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard for including <sys/ioctl.h>. * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this code is only used for MSDOS.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 31 Mar 2010 13:39:03 -0700
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",
"                        ",
"                        ",
"  ....................  ",
"  ....................  ",
"  ....................  ",
"  ++++++@@@@@@@@++++++  ",
"  ++++++########++++++  ",
"  ++++++########++++++  ",
"  ......##@##@##......  ",
"  ......@@@##@@@......  ",
"  ......@@@##@@@......  ",
"  ++++++@@@##@@@++++++  ",
"  ++++++@@@##@@@++++++  ",
"  ++++++@@@##@@@++++++  ",
"  ######@@@##@@@######  ",
"  ######@@@##@@@######  ",
"  ######@@@##@@@######  ",
"  ++++++@@@##@@@++++++  ",
"  ++++++@@####@@++++++  ",
"  ++++++++++++++++++++  ",
"  ....................  ",
"  ....................  ",
"                        ",
"                        "};