summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddblistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/ddblistview.h')
-rw-r--r--plugins/gtkui/ddblistview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gtkui/ddblistview.h b/plugins/gtkui/ddblistview.h
index 53db2a60..372bcb3c 100644
--- a/plugins/gtkui/ddblistview.h
+++ b/plugins/gtkui/ddblistview.h
@@ -52,6 +52,7 @@ typedef void * DdbPlaylistHandle;
struct _DdbListviewGroup {
DdbListviewIter head;
int32_t height;
+ int32_t min_height;
int32_t num_items;
int pinned;
struct _DdbListviewGroup *next;
@@ -132,6 +133,9 @@ struct _DdbListview {
int drag_motion_y;
+ int ref_point; // idx of anchor when columns are resized
+ int ref_point_offset; // y pixel-coordinate of anchor relative to view
+
// scrolling
int scroll_mode; // 0=select, 1=dragndrop
int scroll_pointer_y;