diff options
author | Benjamin Otte <otte@redhat.com> | 2016-09-30 04:58:29 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | fec8069e7bf2907bcf19cd1a7c5535ee89ba1ed9 (patch) | |
tree | 60e68329614a1d360a44dc168c905d10421030c3 /gtk/gtksettingsprivate.h | |
parent | fcbd480c765747a25c9184f82cb13e74c47dfa75 (diff) | |
download | gtk+-fec8069e7bf2907bcf19cd1a7c5535ee89ba1ed9.tar.gz |
API: screen: Stop storing font options
font options are only ever set by the GtkSettings object and only ever
used inside GTK, so just store them there.
Diffstat (limited to 'gtk/gtksettingsprivate.h')
-rw-r--r-- | gtk/gtksettingsprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtksettingsprivate.h b/gtk/gtksettingsprivate.h index 47f75a6297..1b1006e5d1 100644 --- a/gtk/gtksettingsprivate.h +++ b/gtk/gtksettingsprivate.h @@ -37,6 +37,8 @@ gboolean _gtk_settings_parse_convert (GtkRcPropertyParse const GValue *src_value, GParamSpec *pspec, GValue *dest_value); +const cairo_font_options_t * + gtk_settings_get_font_options (GtkSettings *settings); GdkScreen *_gtk_settings_get_screen (GtkSettings *settings); GtkStyleCascade *_gtk_settings_get_style_cascade (GtkSettings *settings, gint scale); |