summaryrefslogtreecommitdiff
path: root/openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2006-07-20 10:57:12 +0000
committerJorn Baayen <jorn@openedhand.com>2006-07-20 10:57:12 +0000
commit35fa11f1b5efea78225beb3c9b2e1c6e7ea240dc (patch)
treecd919db50bc0648cb9afdeff4271cfb0b63a7da5 /openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch
parent36a71a9c620e4a9510725af3a9e731e6529f744c (diff)
downloadopenembedded-core-35fa11f1b5efea78225beb3c9b2e1c6e7ea240dc.tar.gz
openembedded-core-35fa11f1b5efea78225beb3c9b2e1c6e7ea240dc.tar.bz2
openembedded-core-35fa11f1b5efea78225beb3c9b2e1c6e7ea240dc.tar.xz
openembedded-core-35fa11f1b5efea78225beb3c9b2e1c6e7ea240dc.zip
Added GTK+ 2.10.0 + decairofication patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@519 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch b/openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch
new file mode 100644
index 000000000..a38b21dcc
--- /dev/null
+++ b/openembedded/packages/gtk+/gtk+-2.10.0/scroll-timings.patch
@@ -0,0 +1,15 @@
+--- gtk+-2.4.4/gtk/gtkrange.c~ 2004-08-23 01:50:22.000000000 +0100
++++ gtk+-2.4.4/gtk/gtkrange.c 2004-08-27 15:48:49.000000000 +0100
+@@ -35,9 +35,9 @@
+ #include "gtkintl.h"
+ #include "gtkscrollbar.h"
+
+-#define SCROLL_INITIAL_DELAY 250 /* must hold button this long before ... */
+-#define SCROLL_LATER_DELAY 100 /* ... it starts repeating at this rate */
+-#define UPDATE_DELAY 300 /* Delay for queued update */
++#define SCROLL_INITIAL_DELAY 500 /* must hold button this long before ... */
++#define SCROLL_LATER_DELAY 200 /* ... it starts repeating at this rate */
++#define UPDATE_DELAY 1000 /* Delay for queued update */
+
+ enum {
+ PROP_0,