summaryrefslogtreecommitdiff
path: root/gtkplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtkplaylist.h')
-rw-r--r--gtkplaylist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtkplaylist.h b/gtkplaylist.h
index 1b12e165..25333c7f 100644
--- a/gtkplaylist.h
+++ b/gtkplaylist.h
@@ -43,10 +43,9 @@ typedef struct {
// parameters
playItem_t **pcurr; // pointer to current item
int *count; // pointer to count of items in list
- int update_statusbar; // whether it needs to update status bar in certain cases
- int has_dragndrop; // whether it has drag and drop capability
int iterator; // index into next array of playItem_t struct
int lastpos[2]; // last mouse position (for playlist widget)
+ int multisel; // if it uses multiple selection
// current state
int scrollpos;
int row;