summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbseekbar.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-01 21:51:12 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-01 21:51:12 +0200
commit9f8308c9f02a2552e1695449f69ff360f1177f5b (patch)
tree84f4a29de7b56a6d099d380cecb4e8329588fc63 /plugins/gtkui/ddbseekbar.h
parentc5ee068b1ce793e1ba029f1561ceebbb214bc191 (diff)
gtkui: better seekpos drawing
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 62e57348..f62f085a 100644
--- a/plugins/gtkui/ddbseekbar.h
+++ b/plugins/gtkui/ddbseekbar.h
@@ -23,6 +23,8 @@ struct _DdbSeekbar {
DdbSeekbarPrivate * priv;
int seekbar_moving;
int seekbar_move_x;
+ int textpos;
+ int textwidth;
};
struct _DdbSeekbarClass {