summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2007-01-03 15:15:54 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2007-01-03 15:15:54 +0000
commit0b875957cbf20593e5968ed29d9ccbbd2ff1a337 (patch)
treef1c92db641e1ac937ed16a9853d9f0e8801c2895 /riscos/gui.h
parentcf0718f6490f01f1c4a3f0c90caf69c738c1c33d (diff)
downloadnetsurf-0b875957cbf20593e5968ed29d9ccbbd2ff1a337.tar.gz
netsurf-0b875957cbf20593e5968ed29d9ccbbd2ff1a337.tar.bz2
Format frame content to correct initial size. Scale iframe co-ordinates.
svn path=/trunk/netsurf/; revision=3134
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h1
1 files changed, 1 insertions, 0 deletions
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. */