From e8ca07b0dc481d4065f5a43749116ffdc5c64e0b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 19 Mar 2011 13:00:45 +0000 Subject: Redraw the area under a caret when it is cleared, rather than relying on a potentially out-of-date off-screen copy of what used to be there. svn path=/trunk/netsurf/; revision=12107 --- amiga/gui.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 9f90112e8..c31d2cc1a 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -116,9 +116,10 @@ struct gui_window struct gui_window_2 *shared; int tab; struct Node *tab_node; - int c_x; - int c_y; - int c_h; + int c_x; /* Caret X posn */ + int c_y; /* Caret Y posn */ + int c_w; /* Caret width */ + int c_h; /* Caret height */ int c_h_temp; int scrollx; int scrolly; -- cgit v1.2.3