summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:02:53 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:02:53 +0200
commit78bf582fb29151a916d2c93e9f056d9464d1f997 (patch)
tree3f496d985eb4108dc4e3f8a12b3e3ee0557eb8f9 /deadbeef.h
parent9d08630aea8485c5e22efc0745a5cbca1f5bf9e4 (diff)
dragndrop move/copy action selection
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 7b449e18..9e4ee7f3 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -419,7 +419,7 @@ typedef struct {
// void (*pl_set_tail) (DB_playItem_t *it, int iter);
// DB_playItem_t* (*pl_get_head) (void);
// DB_playItem_t* (*pl_get_tail) (void);
- void (*pl_move_items) (int iter, DB_playItem_t *drop_before, uint32_t *indexes, int count);
+ void (*pl_move_items) (int iter, int plt_from, DB_playItem_t *drop_before, uint32_t *indexes, int count);
void (*pl_copy_items) (int iter, int plt_from, DB_playItem_t *before, uint32_t *indices, int cnt);
void (*pl_search_reset) (void);
void (*pl_search_process) (const char *text);