view src/point.h @ 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 3165b2697c78
children 695cf19ef79e
line wrap: on
line source

#define point_width 5
#define point_height 19
static char point_bits[] = {
   0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};