diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 15:47:55 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 15:47:55 +0200 |
commit | 070e6bde80ef84f6be68b589627c9f8713dda949 (patch) | |
tree | 7fea4e1b2283250e3bc636ae2a3688bd8f8d365f /recipes/gtk+/gtk+-2.8.16/scroll-timings.patch | |
parent | 674d2036d70df770f8f8fe6f43e424bf2d1273f9 (diff) |
gtk+: remove 2.8 versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gtk+/gtk+-2.8.16/scroll-timings.patch')
-rw-r--r-- | recipes/gtk+/gtk+-2.8.16/scroll-timings.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/gtk+/gtk+-2.8.16/scroll-timings.patch b/recipes/gtk+/gtk+-2.8.16/scroll-timings.patch deleted file mode 100644 index a38b21dcc2..0000000000 --- a/recipes/gtk+/gtk+-2.8.16/scroll-timings.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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, |