view src/bitmaps/gray.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 gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};