mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
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:
parent
3353d528b4
commit
40894e9a49
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user