view src/bitmaps/gray.xbm @ 44299:b7f9e859425a

(enum event_kind): New event type `SELECT_WINDOW_EVENT'.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 01 Apr 2002 13:41:03 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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