From 7d11c16b178e31b0e8a71aaeb2180fcda249bb1a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 12 Nov 2010 17:00:09 +0000 Subject: [PATCH] gdk: Add XSetting for "gtk-cursor-blink-timeout" Otherwise the blink timeout is the one used by default in GTK+. https://bugzilla.gnome.org/show_bug.cgi?id=634697 --- gdk/win32/gdkproperty-win32.c | 1 + gdk/x11/gdksettings.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c index 6228ad11bb..542f83a9cb 100644 --- a/gdk/win32/gdkproperty-win32.c +++ b/gdk/win32/gdkproperty-win32.c @@ -322,6 +322,7 @@ gdk_property_delete (GdkWindow *window, "Gtk/ButtonImages\0" "gtk-button-images\0" "Gtk/MenuImages\0" "gtk-menu-images\0" "Gtk/MenuBarAccel\0" "gtk-menu-bar-accel\0" + "Gtk/CursorBlinkTimeout\0" "gtk-cursor-blink-timeout\0" "Gtk/CursorThemeName\0" "gtk-cursor-theme-name\0" "Gtk/CursorThemeSize\0" "gtk-cursor-theme-size\0" "Gtk/ShowInputMethodMenu\0" "gtk-show-input-method-menu\0" diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c index 0e98816bf0..1db9ec76a1 100644 --- a/gdk/x11/gdksettings.c +++ b/gdk/x11/gdksettings.c @@ -51,6 +51,7 @@ static const char gdk_settings_names[] = "Gtk/ButtonImages\0" "gtk-button-images\0" "Gtk/MenuImages\0" "gtk-menu-images\0" "Gtk/MenuBarAccel\0" "gtk-menu-bar-accel\0" + "Gtk/CursorBlinkTimeout\0" "gtk-cursor-blink-timeout\0" "Gtk/CursorThemeName\0" "gtk-cursor-theme-name\0" "Gtk/CursorThemeSize\0" "gtk-cursor-theme-size\0" "Gtk/ShowInputMethodMenu\0" "gtk-show-input-method-menu\0"