diff --git a/ChangeLog b/ChangeLog index 727b97919a..d1f3217f01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-05 Michael Natterer + + * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties + "timeout-initial", "timeout-repeat", "color-scheme" and + "enable-enimations" to X settings. + 2005-12-05 Matthias Clasen * gdk/gdkevents.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 727b97919a..d1f3217f01 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-12-05 Michael Natterer + + * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties + "timeout-initial", "timeout-repeat", "color-scheme" and + "enable-enimations" to X settings. + 2005-12-05 Matthias Clasen * gdk/gdkevents.c: diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index 42da31f6d7..495e35939f 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -2824,6 +2824,10 @@ static const struct { "Gtk/CursorThemeSize", "gtk-cursor-theme-size" }, { "Gtk/ShowInputMethodMenu", "gtk-show-input-method-menu" }, { "Gtk/ShowUnicodeMenu", "gtk-show-unicode-menu" }, + { "Gtk/TimeoutInitial", "gtk-timeout-initial" }, + { "Gtk/TimeoutRepeat", "gtk-timeout-repeat" }, + { "Gtk/ColorScheme", "gtk-color-scheme" }, + { "Gtk/EnableAnimations", "gtk-enable-animations" }, { "Xft/Antialias", "gtk-xft-antialias" }, { "Xft/Hinting", "gtk-xft-hinting" }, { "Xft/HintStyle", "gtk-xft-hintstyle" },