From 08177fa58119f9e67fdffb32ee20dbf05bd4fa78 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 10 Jun 2004 20:41:26 +0000 Subject: [project @ 2004-06-10 20:41:26 by bursa] Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951 --- riscos/gui.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index db56bbc77..91839cc76 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -23,7 +23,8 @@ extern wimp_w dialog_info, dialog_saveas, dialog_config, dialog_config_br, dialog_config_prox, dialog_config_th, dialog_zoom, dialog_pageinfo, - dialog_objinfo, dialog_tooltip, dialog_warning, dialog_config_th_pane; + dialog_objinfo, dialog_tooltip, dialog_warning, dialog_config_th_pane, + dialog_debug; extern wimp_w history_window; extern wimp_menu *iconbar_menu, *browser_menu, *combo_menu; extern int iconbar_menu_height; @@ -195,6 +196,11 @@ void schedule(int t, void (*callback)(void *p), void *p); void schedule_remove(void (*callback)(void *p), void *p); void schedule_run(void); +/* in debugwin.c */ +void ro_gui_debugwin_open(void); +void ro_gui_debugwin_close(void); +void ro_gui_debugwin_redraw(wimp_draw *redraw); + /* icon numbers */ #define ICON_TOOLBAR_BACK 0 #define ICON_TOOLBAR_FORWARD 1 -- cgit v1.2.3