From a836591435736b1d72eced1e6f643341422a7d82 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 13 Jul 2006 12:46:02 +0000 Subject: Add basic cookie viewer, make trees use textarea components for UTF8 editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739 --- riscos/gui.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index b5665dcda..743e701ea 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -15,12 +15,9 @@ #include #include #include -#include "netsurf/utils/config.h" #include "netsurf/desktop/browser.h" -#include "netsurf/desktop/netsurf.h" -#include "netsurf/desktop/gui.h" -#include "netsurf/desktop/options.h" -#include "netsurf/desktop/tree.h" +#include "netsurf/content/content_type.h" +#include "netsurf/utils/config.h" #define RISCOS5 0xAA @@ -33,6 +30,11 @@ extern const char * NETSURF_DIR; struct toolbar; struct plotter_table; +struct gui_window; +struct tree; +struct node; +struct history; +struct css_style; extern wimp_t task_handle; /**< RISC OS wimp task handle. */ @@ -51,7 +53,7 @@ extern bool gui_redraw_debug; extern osspriteop_area *gui_sprites; extern bool dialog_folder_add, dialog_entry_add, hotlist_insert; extern bool print_active, print_text_black; -extern struct tree *hotlist_tree, *global_history_tree; +extern struct tree *hotlist_tree, *global_history_tree, *cookies_tree; typedef enum { GUI_DRAG_NONE, GUI_DRAG_SELECTION, GUI_DRAG_DOWNLOAD_SAVE, GUI_DRAG_SAVE, GUI_DRAG_SCROLL, GUI_DRAG_STATUS_RESIZE, -- cgit v1.2.3