view src/bitmaps/gray1.xbm @ 78652:fc773543e60e

(rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command, in case srcdir=. and file is copied into itself.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 Aug 2007 10:58:54 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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