summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c4
1 files changed, 2 insertions, 2 deletions
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;