mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
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:
parent
e02020198d
commit
7567f64075
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user