summaryrefslogtreecommitdiff
path: root/openembedded/packages/gtk+/gtk+-2.6.8/scroll-timings.patch
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-04-25 18:54:03 +0000
committerChris Lord <chris@openedhand.com>2006-04-25 18:54:03 +0000
commite1256b9d3a53d27817873fa6d6636a6aabd342a3 (patch)
tree7a0f74f9f8396c3506c77d4e45398de381a3e71f /openembedded/packages/gtk+/gtk+-2.6.8/scroll-timings.patch
parented0ece597e1e0a284a83af9aef0345f614e0197d (diff)
downloadopenembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.tar.gz
openembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.tar.bz2
openembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.tar.xz
openembedded-core-e1256b9d3a53d27817873fa6d6636a6aabd342a3.zip
Add gtk 2.6.8, with Ross's no-deprecation patch to build with glib 2.10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@364 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+/gtk+-2.6.8/scroll-timings.patch')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.6.8/scroll-timings.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.6.8/scroll-timings.patch b/openembedded/packages/gtk+/gtk+-2.6.8/scroll-timings.patch
new file mode 100644
index 000000000..a38b21dcc
--- /dev/null
+++ b/openembedded/packages/gtk+/gtk+-2.6.8/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,