summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/gtkplaylist.h')
-rw-r--r--plugins/gtkui/gtkplaylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkplaylist.h b/plugins/gtkui/gtkplaylist.h
index 5d149c51..430f112a 100644
--- a/plugins/gtkui/gtkplaylist.h
+++ b/plugins/gtkui/gtkplaylist.h
@@ -57,7 +57,7 @@ typedef struct gtkpl_column_s {
int movepos; // valid only while `moving' is 1
struct gtkpl_column_s *next;
unsigned align_right : 1;
-// unsigned moving : 1;
+ unsigned sort_order : 2; // 0=none, 1=asc, 2=desc
} gtkpl_column_t;
// structure of this kind must be set as user data for playlist, header and scrollbar widgets