summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-06-04 11:45:01 +0000
committerRoss Burton <ross@openedhand.com>2007-06-04 11:45:01 +0000
commit350603316e8af31443de1c0b44674935ac142798 (patch)
tree14ecabba81f078510013c9a7829926a3c2694c67 /meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch
parent82b28d21b88ae5efcc6f7750a7b48abd053b150d (diff)
downloadpoky-350603316e8af31443de1c0b44674935ac142798.tar.gz
Upgrade GTK+ 2.10.x to 2.10.12
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1854 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch b/meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch
new file mode 100644
index 0000000000..3f823a7880
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.10.12/scroll-timings.patch
@@ -0,0 +1,11 @@
1--- gtk+-2.10.0/gtk/gtkrange.c.orig 2006-07-05 12:41:39.000000000 +0200
2+++ gtk+-2.10.0/gtk/gtkrange.c 2006-07-05 12:41:58.000000000 +0200
3@@ -39,7 +39,7 @@
4 #include "gtkalias.h"
5
6 #define SCROLL_DELAY_FACTOR 5 /* Scroll repeat multiplier */
7-#define UPDATE_DELAY 300 /* Delay for queued update */
8+#define UPDATE_DELAY 1000 /* Delay for queued update */
9
10 enum {
11 PROP_0,