summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index c7d8b7e79..a043f09bd 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -460,4 +460,18 @@ nserror browser_window_debug_dump(struct browser_window *bw, FILE *f, enum conte
void theme_install_start(struct hlcache_handle *c);
#endif
+/**
+ * Set the DPI of the browser.
+ *
+ * \param dpi The DPI to set.
+ */
+nserror browser_set_dpi(int dpi);
+
+/**
+ * Get the browser DPI.
+ *
+ * \return The DPI in use.
+ */
+int browser_get_dpi(void);
+
#endif