summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-06 14:19:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-06 14:19:15 +0000
commit46f369ca9ee79af5e7a121551fe9715101d27395 (patch)
tree94d0510cad6bd6ff19e3fe9763b5df5ab244bb66 /desktop/browser.h
parent4cce3e423579a0ef217158719125e62fb6b5fb61 (diff)
downloadnetsurf-46f369ca9ee79af5e7a121551fe9715101d27395.tar.gz
netsurf-46f369ca9ee79af5e7a121551fe9715101d27395.tar.bz2
move themse install to its own header
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h22
1 files changed, 8 insertions, 14 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 8757474fb..c384c7f65 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -651,20 +651,6 @@ bool browser_window_is_frameset(struct browser_window *bw);
nserror browser_window_get_scrollbar_type(struct browser_window *bw,
browser_scrolling *h, browser_scrolling *v);
-
-/**
- * Dump debug info concerning the browser window's contents to file
- *
- * \param bw The browser window
- * \param f The file to dump to
- */
-nserror browser_window_debug_dump(struct browser_window *bw, FILE *f, enum content_debug op);
-
-/* In platform specific theme_install.c. */
-#ifdef WITH_THEME_INSTALL
-void theme_install_start(struct hlcache_handle *c);
-#endif
-
/**
* Set the DPI of the browser.
*
@@ -679,4 +665,12 @@ nserror browser_set_dpi(int dpi);
*/
int browser_get_dpi(void);
+/**
+ * Dump debug info concerning the browser window's contents to file
+ *
+ * \param bw The browser window
+ * \param f The file to dump to
+ */
+nserror browser_window_debug_dump(struct browser_window *bw, FILE *f, enum content_debug op);
+
#endif