view src/bitmaps/gray3.xbm @ 83418:50fd371bed05

Pull a bugfix from CVS to prevent problems with the Debian semantic package. * src/print.c (print_preprocess): Don't loose print_depth levels while iterating. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-458
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 23 Dec 2005 03:05:20 +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};