From 07c54283e364bd66e21fbd659ea0dd469201a747 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 7 Aug 2007 03:55:18 +0000 Subject: Move window scaling from platform-specific code to desktop/browser.c. Modify gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478 --- riscos/gui.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 2bc251060..b9c05ee83 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -49,7 +49,6 @@ extern bool current_menu_open; extern wimp_menu *recent_search_menu; /* search.c */ extern wimp_w history_window; extern struct form_control *current_gadget; -extern bool gui_reformat_pending; extern bool gui_redraw_debug; extern osspriteop_area *gui_sprites; extern bool dialog_folder_add, dialog_entry_add, hotlist_insert; @@ -79,8 +78,6 @@ struct gui_window { wimp_w window; /**< RISC OS window handle. */ - /** Window has been resized, and content needs reformatting. */ - 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 */ @@ -96,7 +93,6 @@ struct gui_window { /** Options. */ struct { - float scale; /**< Scale, 1.0 = 100%. */ bool background_images; /**< Display background images. */ bool buffer_animations; /**< Use screen buffering for animations. */ bool buffer_everything; /**< Use screen buffering for everything. */ -- cgit v1.2.3