view etc/images/close.xpm @ 104788:6c9368500317

(gdb-current-context-command): Move the space ... (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is no "--thread" option. (gdb-stopped): Don't print "Switched to thread" message when it is unchanged.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 01 Sep 2009 23:53:48 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};