mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
settings: Manage our own font DPI
Previously gnome-shell listened on the Xft Xsettings via GTK+s GtkSettings to get the font DPI setting. The Xsetting might not be what we want, and we should not rely on Xsettings when we don't need to, so lets manage it ourself. https://bugzilla.gnome.org/show_bug.cgi?id=765011
This commit is contained in:
@ -26,4 +26,6 @@
|
||||
|
||||
int meta_settings_get_ui_scaling_factor (MetaSettings *settings);
|
||||
|
||||
int meta_settings_get_font_dpi (MetaSettings *settings);
|
||||
|
||||
#endif /* META_SETTINGS_H */
|
||||
|
Reference in New Issue
Block a user