view src/bitmaps/gray.xbm @ 77763:491fe312985f

Sync change from trunk. Add new section "Fixes for Emacs 22.2".
author Glenn Morris <rgm@gnu.org>
date Sun, 20 May 2007 20:25:13 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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