From 692ceb95e184f15a91f67bae4dbde565b1287f36 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 11 Nov 2009 22:10:55 +0100 Subject: finished moving gtk-related code to plugin --- playlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playlist.c') 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; -- cgit v1.2.3