summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.14/scroll-timings.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-01 14:34:09 +0000
committerRoss Burton <ross@openedhand.com>2007-08-01 14:34:09 +0000
commit27a7b90b360094357c716a6a83d6c34a8ee0a2f6 (patch)
tree11a04266504ffbfa559fc3a2a173ed1e297422b1 /meta/packages/gtk+/gtk+-2.10.14/scroll-timings.patch
parent7e5766f1aeb7efd8005f39c7436a6ac614cee7e3 (diff)
downloadpoky-27a7b90b360094357c716a6a83d6c34a8ee0a2f6.tar.gz
Upgrade GTK+ 2.10.x to 2.10.14
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2289 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.10.14/scroll-timings.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.10.14/scroll-timings.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.10.14/scroll-timings.patch b/meta/packages/gtk+/gtk+-2.10.14/scroll-timings.patch
new file mode 100644
index 0000000000..3f823a7880
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.10.14/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,