summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-11 22:10:55 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-11 22:10:55 +0100
commit692ceb95e184f15a91f67bae4dbde565b1287f36 (patch)
tree08300d4f15620ab89cca4b2d50f8c831357a138f /playlist.c
parent76b5d753192aba0ed20e8eaff81a3c22a7f7025f (diff)
finished moving gtk-related code to plugin
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index fbc85a53..5e90f422 100644
--- a/playlist.c
+++ b/playlist.c
@@ -50,6 +50,8 @@
playItem_t *playlist_head[PL_MAX_ITERATORS];
playItem_t *playlist_tail[PL_MAX_ITERATORS];
+int playlist_current_row[PL_MAX_ITERATORS];
+
playItem_t *playlist_current_ptr;
int pl_count = 0;
float pl_totaltime = 0;