view src/bitmaps/gray.xbm @ 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 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};