summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-03-22 13:45:35 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-03-22 13:45:35 +0000
commit6aaa14e728aa4be5faa36f2d3a367481ddf82777 (patch)
treeaedb983f9cb6e3c41a54bd63b6ba32ced3aaffb7 /gtk/gtk_window.h
parentc95b8ea9276e58e9ec64972f91697d3033323320 (diff)
downloadnetsurf-6aaa14e728aa4be5faa36f2d3a367481ddf82777.tar.gz
netsurf-6aaa14e728aa4be5faa36f2d3a367481ddf82777.tar.bz2
Add box tree dump saving, create 'debugging' sub menu to put this and debug rendering option in. Make debug rendering option cause all open windows to redraw.
svn path=/trunk/netsurf/; revision=4036
Diffstat (limited to 'gtk/gtk_window.h')
-rw-r--r--gtk/gtk_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtk_window.h b/gtk/gtk_window.h
index 7d62a217f..0a030e8e7 100644
--- a/gtk/gtk_window.h
+++ b/gtk/gtk_window.h
@@ -20,6 +20,7 @@
#define NETSURF_GTK_WINDOW_H 1
#include "desktop/gui.h"
+#include "desktop/browser.h"
#include "gtk/gtk_scaffolding.h"
void nsgtk_reflow_all_windows(void);
@@ -32,4 +33,6 @@ float nsgtk_get_scale_for_gui(struct gui_window *g);
int nsgtk_gui_window_update_targets(struct gui_window *g);
void nsgtk_window_destroy_browser(struct gui_window *g);
+struct browser_window *nsgtk_get_browser_window(struct gui_window *g);
+
#endif /* NETSURF_GTK_WINDOW_H */