From 04769b3f076b00cc8ab5ad3cc0b2924af86acb1b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 15 Mar 2010 19:00:21 +0000 Subject: Remove caret when window is inactive, re-add when window becomes active again. svn path=/trunk/netsurf/; revision=10133 --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 07f2bcd05..ea13410e8 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -115,6 +115,7 @@ struct gui_window int c_x; int c_y; int c_h; + int c_h_temp; int scrollx; int scrolly; struct history_window *hw; -- cgit v1.2.3