diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-26 12:32:31 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-26 12:32:31 -0400 |
commit | b2e666bf8f297eb998331fa8ce0062ce7a5198fa (patch) | |
tree | feaa24b66607ddee5e4181ac72232c4782bb4d42 /gdk/win32 | |
parent | 2d79334bb069224966b3dcd8456967c9800e8fd0 (diff) | |
download | gtk+-b2e666bf8f297eb998331fa8ce0062ce7a5198fa.tar.gz |
Deprecate and ignore the cursor blink settings
And hardcode them to reasonable values.
Diffstat (limited to 'gdk/win32')
-rw-r--r-- | gdk/win32/gdkproperty-win32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c index 9c0fa50ba8..161bae2647 100644 --- a/gdk/win32/gdkproperty-win32.c +++ b/gdk/win32/gdkproperty-win32.c @@ -303,8 +303,6 @@ _gdk_win32_window_delete_property (GdkWindow *window, "Net/DoubleClickTime\0" "gtk-double-click-time\0" "Net/DoubleClickDistance\0" "gtk-double-click-distance\0" "Net/DndDragThreshold\0" "gtk-dnd-drag-threshold\0" - "Net/CursorBlink\0" "gtk-cursor-blink\0" - "Net/CursorBlinkTime\0" "gtk-cursor-blink-time\0" "Net/ThemeName\0" "gtk-theme-name\0" "Net/IconThemeName\0" "gtk-icon-theme-name\0" "Gtk/ColorPalette\0" "gtk-color-palette\0" @@ -318,7 +316,6 @@ _gdk_win32_window_delete_property (GdkWindow *window, "Gtk/Modules\0" "gtk-modules\0" "Gtk/FileChooserBackend\0" "gtk-file-chooser-backend\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/TimeoutInitial\0" "gtk-timeout-initial\0" |