view src/bitmaps/gray.xbm @ 109357:3cfd17e4be81

MS-Windows follow-up for revno 100789. makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 12 Jul 2010 12:22:20 +0300
parents 8f14d08e19f7
children
line wrap: on
line source

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