From 34fe2531f28b0871a77f629de8c3ee54fb5ad065 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 5 Sep 2011 13:28:17 +0000 Subject: Remove gui_window_get_browser_window from core. Remove unused implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737 --- gtk/window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/window.h') diff --git a/gtk/window.h b/gtk/window.h index e0c1f9511..09f4f9dc0 100644 --- a/gtk/window.h +++ b/gtk/window.h @@ -33,6 +33,8 @@ typedef enum nsgtk_window_signals { extern struct gui_window *window_list; extern int temp_open_background; + +struct browser_window *nsgtk_get_browser_window(struct gui_window *g); nsgtk_scaffolding *nsgtk_get_scaffold(struct gui_window *g); void nsgtk_reflow_all_windows(void); void nsgtk_window_process_reformats(void); -- cgit v1.2.3