view lisp/toolbar/cut.xpm @ 53193:f62f33c4d0fb

(gud-watch, gdb-var-create-handler) (gdb-var-list-children, gdb-var-list-children-handler) (gdb-var-update-handler, gdb-var-delete): Add server prefix to the gdb commands that use mi to keep them out of the command history.
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 29 Nov 2003 15:51:24 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................  ......",
"...............  .......",
"..............  ........",
".............  .........",
"....    ....  .....   ..",
"... ...  ..  ...    ....",
"... ...           ......",
"....    ...    .........",
"..........  ............",
".........   ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
".......   ..............",
"........................",
"........................",
"........................",
"........................"
};