From 0b875957cbf20593e5968ed29d9ccbbd2ff1a337 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 3 Jan 2007 15:15:54 +0000 Subject: Format frame content to correct initial size. Scale iframe co-ordinates. svn path=/trunk/netsurf/; revision=3134 --- riscos/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index c38d6ca88..a7df00b5b 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -83,6 +83,7 @@ struct gui_window { bool reformat_pending; int old_width; /**< Width when last opened / os units. */ int old_height; /**< Height when last opened / os units. */ + bool update_extent; /**< Update the extent on next opening */ char title[256]; /**< Buffer for window title. */ -- cgit v1.2.3