view src/bitmaps/gray1.xbm @ 51537:112183232cf4

(phys_cursor_in_rect_p): Fix 2003-05-24 change. Adjust phys_cursor.x to be relative to window box, rather than text area before checking -- to ensure cursor is redrawn when exposing window. Note: This also fixes a similar (older) bug if display margins are present.
author Kim F. Storm <storm@cua.dk>
date Mon, 09 Jun 2003 23:01:52 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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