map the new GtkSettings properties "timeout-initial", "timeout-repeat",

2005-12-05  Michael Natterer  <mitch@imendio.com>

	* gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
	"timeout-initial", "timeout-repeat", "color-scheme" and
	"enable-enimations" to X settings.
This commit is contained in:
Michael Natterer 2005-12-05 21:06:57 +00:00 committed by Michael Natterer
parent 3353d528b4
commit 40894e9a49
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-12-05 Michael Natterer <mitch@imendio.com>
* 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 <mclasen@redhat.com>
* gdk/gdkevents.c:

View File

@ -1,3 +1,9 @@
2005-12-05 Michael Natterer <mitch@imendio.com>
* 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 <mclasen@redhat.com>
* gdk/gdkevents.c:

View File

@ -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" },