view src/bitmaps/gray1.xbm @ 107201:79d3f11c8368

subr.el (remove-yank-excluded-properties): Explain in a comment why `category' property is removed.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Feb 2010 10:59:16 +0200
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};