x11/settings: Add Fontconfig/Timestamp key
The XSETTINGS key that matches the :fontconfig-timestamp property on ClutterSettings.
This commit is contained in:
parent
7d4f371ee9
commit
d691c9cbe3
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ static const struct {
|
||||||
{ "Xft/DPI", "font-dpi" },
|
{ "Xft/DPI", "font-dpi" },
|
||||||
{ "Xft/Hinting", "font-hinting" },
|
{ "Xft/Hinting", "font-hinting" },
|
||||||
{ "Xft/HintStyle", "font-hint-style" },
|
{ "Xft/HintStyle", "font-hint-style" },
|
||||||
{ "Xft/RGBA", "font-subpixel-order" }
|
{ "Xft/RGBA", "font-subpixel-order" },
|
||||||
|
{ "Fontconfig/Timestamp", "fontconfig-timestamp" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const gint _n_clutter_settings_map = G_N_ELEMENTS (_clutter_settings_map);
|
static const gint _n_clutter_settings_map = G_N_ELEMENTS (_clutter_settings_map);
|
||||||
|
|
Loading…
Reference in a new issue