From bd5102676a54e55cbe5cc90b2ade0e1334c2e3e0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 9 Feb 2014 13:22:02 +0000 Subject: Fix error. --- atari/rootwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari') diff --git a/atari/rootwin.h b/atari/rootwin.h index d2cd04a35..a5b22c968 100755 --- a/atari/rootwin.h +++ b/atari/rootwin.h @@ -46,7 +46,7 @@ enum browser_area_e { /* Creates an normal Browser window with [toolbar], [statusbar] */ int window_create(struct gui_window * gw, struct browser_window * bw, - struct browser_window * clone, + struct gui_window * existing, unsigned long flags ); /* Destroys WinDom part of gui_window */ int window_destroy(ROOTWIN *rootwin); -- cgit v1.2.3