summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbtabstrip.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-13 20:28:48 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-13 20:31:16 +0200
commiteb14be53caa2a3b0023527548d10c1b9f46595ee (patch)
tree03c061c96a5018c1597c38be4391ee3ffc3aa5cc /plugins/gtkui/ddbtabstrip.h
parent7140de0a5ee5e9758a5db0db37202ee473d25c0b (diff)
tab scroll autorepeat; scroll by whole tab steps
Diffstat (limited to 'plugins/gtkui/ddbtabstrip.h')
-rw-r--r--plugins/gtkui/ddbtabstrip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/ddbtabstrip.h b/plugins/gtkui/ddbtabstrip.h
index 10639aa9..7f530e2f 100644
--- a/plugins/gtkui/ddbtabstrip.h
+++ b/plugins/gtkui/ddbtabstrip.h
@@ -44,6 +44,8 @@ struct _DdbTabStrip {
int dragpt[2];
int prev_x;
int movepos;
+ guint scroll_timer;
+ int scroll_direction;
};
struct _DdbTabStripClass {