x11/settings: Add Fontconfig/Timestamp key

The XSETTINGS key that matches the :fontconfig-timestamp property on
ClutterSettings.
This commit is contained in:
Emmanuele Bassi 2011-08-18 15:36:20 +01:00
parent 7d4f371ee9
commit d691c9cbe3

View File

@ -14,7 +14,8 @@ static const struct {
{ "Xft/DPI", "font-dpi" },
{ "Xft/Hinting", "font-hinting" },
{ "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);