summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2007-08-19 10:08:49 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2007-08-19 10:08:49 +0000
commitd1382c6d0effae8b54928c36786c621ea4395374 (patch)
treea9c0901e05018a6d03ecf85cc591642751018901 /css/css.h
parent3c435ccef84e465ea68224881a65b0a8a65863da (diff)
downloadnetsurf-d1382c6d0effae8b54928c36786c621ea4395374.tar.gz
netsurf-d1382c6d0effae8b54928c36786c621ea4395374.tar.bz2
Provide the facility to set the DPI of the display by removing the assumptions of 90.0 dpi from the CSS and layout engines.
svn path=/trunk/netsurf/; revision=3528
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/css.h b/css/css.h
index 564eaee35..6750c0a18 100644
--- a/css/css.h
+++ b/css/css.h
@@ -502,6 +502,7 @@ struct content_css_data {
extern const struct css_style css_base_style;
extern const struct css_style css_empty_style;
extern const struct css_style css_blank_style;
+extern float css_screen_dpi;
#ifdef CSS_INTERNALS