view src/bitmaps/gray3.xbm @ 106706:f2acba714cf4

Rename cvs-update to bzr-update in lisp/ Makefiles. Makefile.in (bzr-update): Renamed from cvs-update. (cvs-update): New target for backward compatibility. makefile.w32-in (bzr-update): Renamed from cvs-update. (cvs-update): New target for backward compatibility.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Jan 2010 12:42:11 +0200
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
   0x01, 0x00, 0x04, 0x00};