From ea79e85fcd109a5bf5f222cece8435305fc8626a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 9 Feb 2014 13:07:39 +0000 Subject: Clean up gui_window creation API. --- windows/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index ee8b4ed1f..46a557ada 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -1232,8 +1232,8 @@ static HWND nsws_window_create(struct gui_window *gw) */ static struct gui_window * gui_window_create(struct browser_window *bw, - struct browser_window *clone, - bool new_tab) + struct gui_window *existing, + gui_window_create_flags flags) { struct gui_window *gw; -- cgit v1.2.3