From 53df4f53af196e90a7998d037f95f62105f96434 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 29 Aug 2010 17:21:06 +0200 Subject: fixed current track redraw in search window --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 403246c4..2acc1f87 100644 --- a/playlist.h +++ b/playlist.h @@ -183,6 +183,9 @@ pl_get_for_idx_and_iter (int idx, int iter); int pl_get_idx_of (playItem_t *it); +int +pl_get_idx_of_iter (playItem_t *it, int iter); + playItem_t * pl_insert_cue_from_buffer (playItem_t *after, playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate); -- cgit v1.2.3