view src/bitmaps/gray3.xbm @ 54089:b49761fd2929

(gdb-use-colon-colon-notation): Set default to nil for case of variables defined in compound statements. (gdb-setup-windows, gdb-source-info, gdb-source-info): Simplify constructions using switch-to-buffer.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 20 Feb 2004 01:14:33 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
   0x01, 0x00, 0x04, 0x00};