From 78bf582fb29151a916d2c93e9f056d9464d1f997 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 18 Apr 2010 12:02:53 +0200 Subject: dragndrop move/copy action selection --- playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index d3d258a2..bda1eaa0 100644 --- a/playlist.h +++ b/playlist.h @@ -276,7 +276,7 @@ void pl_set_cursor (int iter, int cursor); void -pl_move_items (int iter, playItem_t *drop_before, uint32_t *indexes, int count); +pl_move_items (int iter, int plt_from, playItem_t *drop_before, uint32_t *indexes, int count); void pl_copy_items (int iter, int plt_from, playItem_t *before, uint32_t *indices, int cnt); -- cgit v1.2.3