From e4a6e982e599020060d8e43262d53ade0667f439 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 17 Jul 2004 13:00:38 +0000 Subject: [project @ 2004-07-17 13:00:38 by bursa] Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092 --- desktop/browser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 4f8443388..1a3427107 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -17,11 +17,11 @@ #include #include "netsurf/utils/config.h" #include "netsurf/content/content.h" -#include "netsurf/desktop/gui.h" struct box; -struct history; struct form_successful_control; +struct gui_window; +struct history; /** Browser window data. */ struct browser_window @@ -41,8 +41,8 @@ struct browser_window /** User parameter for caret_callback. */ void *caret_p; - /** Platform specific window handle. */ - gui_window *window; + /** Platform specific window data. */ + struct gui_window *window; /** Busy indicator is active. */ bool throbbing; -- cgit v1.2.3