CSS: Extern the nscss_baseline_pixel_density value.

Front ends should be able to set this, or it should
be a config option.
This commit is contained in:
Michael Drake 2019-05-06 21:21:44 +01:00
parent e02020198d
commit 7567f64075
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
/** DPI of the screen, in fixed point units */
extern css_fixed nscss_screen_dpi;
/** Medium screen density for device viewing distance. */
extern css_fixed nscss_baseline_pixel_density;
/**
* Length conversion context data.
*/