summaryrefslogtreecommitdiff
path: root/beos/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-11 22:34:12 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-11 22:34:12 +0000
commitc8496df3df7d059528f2d5e735be5c55bfa75ef6 (patch)
tree7979e63f7e548c7a9d6bb024afde7b1bc785ff44 /beos/window.h
parentd3c392c3d3b516f05fbf71020b2f6774ce20ce8c (diff)
downloadnetsurf-c8496df3df7d059528f2d5e735be5c55bfa75ef6.tar.gz
netsurf-c8496df3df7d059528f2d5e735be5c55bfa75ef6.tar.bz2
move window creation and destruction into table
Diffstat (limited to 'beos/window.h')
-rw-r--r--beos/window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/beos/window.h b/beos/window.h
index fc8a4f832..012fbe06f 100644
--- a/beos/window.h
+++ b/beos/window.h
@@ -61,4 +61,10 @@ void nsbeos_window_destroy_browser(struct gui_window *g);
struct browser_window *nsbeos_get_browser_window(struct gui_window *g);
+
+struct gui_window *gui_window_create(struct browser_window *bw,
+ struct browser_window *clone,
+ bool new_tab);
+void gui_window_destroy(struct gui_window *g);
+
#endif /* NETSURF_BEOS_WINDOW_H */