view src/bitmaps/gray.xbm @ 111995:b4939a7142b0

* doc/lispref/keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention of the key-binding-data cache since we don't use it any more. * doc/lispref/modes.texi (Derived Modes): Mention prog-mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 18 Dec 2010 11:28:15 -0500
parents 8f14d08e19f7
children
line wrap: on
line source

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