view src/bitmaps/gray.xbm @ 108272:87980e1e3597

* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 06 May 2010 12:40:02 -0700
parents 8f14d08e19f7
children
line wrap: on
line source

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