view src/bitmaps/gray.xbm @ 99254:8cade16f7427

(main): If using the current frame, send tty information to Emacs in case daemon mode needs to occupy this tty.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 30 Oct 2008 15:54:38 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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