minimal playlist drag-n-drop functionality implemented
[omnplay] / src / omnplay.h
index de3c756..638247e 100644 (file)
@@ -105,6 +105,7 @@ typedef struct playlist_item
     int omn_idx;
     int omn_offset;
     int error;
+    int del;
 } playlist_item_t;
 
 #define MAX_PLAYERS 4