summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbseekbar.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-13 20:54:11 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-13 20:54:11 +0200
commit548ba7544e895498842ba6d552753da26c0c6bab (patch)
tree968207581695e4c8e629969a1ccd2181854f7133 /plugins/gtkui/ddbseekbar.h
parent9ff1554bf8ca203f5c9c42143917d08ad8ce3c57 (diff)
gtkui: seekpos delay by Christian Boxdörfer
Diffstat (limited to 'plugins/gtkui/ddbseekbar.h')
-rw-r--r--plugins/gtkui/ddbseekbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/ddbseekbar.h b/plugins/gtkui/ddbseekbar.h
index f62f085a..7ce90052 100644
--- a/plugins/gtkui/ddbseekbar.h
+++ b/plugins/gtkui/ddbseekbar.h
@@ -22,6 +22,8 @@ struct _DdbSeekbar {
GtkWidget parent_instance;
DdbSeekbarPrivate * priv;
int seekbar_moving;
+ float seekbar_moved;
+ float seektime_alpha;
int seekbar_move_x;
int textpos;
int textwidth;