summaryrefslogtreecommitdiff
path: root/atari/rootwin.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-09 13:22:02 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-09 13:22:02 +0000
commitbd5102676a54e55cbe5cc90b2ade0e1334c2e3e0 (patch)
treec2e22feacb3aad23d8a7eb3741c22d1e7d58a483 /atari/rootwin.h
parentce41b8d43181edde71240e48b4c44a1c8c021ef0 (diff)
downloadnetsurf-bd5102676a54e55cbe5cc90b2ade0e1334c2e3e0.tar.gz
netsurf-bd5102676a54e55cbe5cc90b2ade0e1334c2e3e0.tar.bz2
Fix error.
Diffstat (limited to 'atari/rootwin.h')
-rwxr-xr-xatari/rootwin.h2
1 files changed, 1 insertions, 1 deletions
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);