view src/bitmaps/gray1.xbm @ 59155:6690f246cffe

* xmenu.c (popup_get_selection): Only pop down dialogs on C-g and Escape.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 27 Dec 2004 20:34:03 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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