view src/bitmaps/gray3.xbm @ 71628:d48403d9f759

(Evaluating Emacs Lisp code): Throughout, replace eval-current-buffer with eval-buffer.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 05 Jul 2006 07:54:53 +0000
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};