view src/bitmaps/gray.xbm @ 83535:6c8cebe86511

Let frames on new terminals inherit 'environment and 'client. * lisp/frame.el (make-frame): Always inherit 'environment and 'client parameters. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-575
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 29 Jul 2006 10:51:50 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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