From d1382c6d0effae8b54928c36786c621ea4395374 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 19 Aug 2007 10:08:49 +0000 Subject: 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 --- css/css.h | 1 + 1 file changed, 1 insertion(+) (limited to 'css/css.h') 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 -- cgit v1.2.3