From 55669387ffcb802307e91deb7027f17b8de20e00 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 27 Jul 2014 18:06:07 +0100 Subject: clean up gtk scaffolding interface, remove lots of cruft and globals --- gtk/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/window.c') diff --git a/gtk/window.c b/gtk/window.c index 8ce8ebe8d..4d279fb82 100644 --- a/gtk/window.c +++ b/gtk/window.c @@ -58,7 +58,7 @@ struct gui_window { /** The gtk scaffold object containing menu, buttons, url bar, [tabs], * drawing area, etc that may contain one or more gui_windows. */ - nsgtk_scaffolding *scaffold; + struct nsgtk_scaffolding *scaffold; /** The 'content' window that is rendered in the gui_window */ struct browser_window *bw; @@ -116,7 +116,7 @@ struct gui_window { struct gui_window *window_list = NULL; /**< first entry in win list*/ int temp_open_background = -1; -nsgtk_scaffolding *nsgtk_get_scaffold(struct gui_window *g) +struct nsgtk_scaffolding *nsgtk_get_scaffold(struct gui_window *g) { return g->scaffold; } -- cgit v1.2.3