summaryrefslogtreecommitdiff
path: root/gtkplaylist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-09 16:44:44 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-09 16:44:44 +0200
commit0a4f45531cd0ae567f343434624436368dbdf080 (patch)
treef1c27cf32000adbfed8d3388049c0cdaef094392 /gtkplaylist.h
parentbbfb79b3b6d82c88417f868fc897ad7c40d8b6c3 (diff)
added search window refresh on some of playlist changes
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;