view src/bitmaps/gray1.xbm @ 60553:5ace6337c8fa

* gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the GTK main loop is entered in xterm.c, thus doing the redraw.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 10 Mar 2005 18:07:37 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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