~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to lib/rb-tree-dnd.h

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
typedef enum {
48
48
        RB_TREE_DEST_EMPTY_VIEW_DROP = 1 << 0,
49
49
        RB_TREE_DEST_CAN_DROP_INTO = 1 << 1,
50
 
        RB_TREE_DEST_CAN_DROP_BETWEEN = 1 << 2
 
50
        RB_TREE_DEST_CAN_DROP_BETWEEN = 1 << 2,
 
51
        RB_TREE_DEST_SELECT_ON_DRAG_TIMEOUT = 1 << 3
51
52
} RbTreeDestFlag;
52
53
 
53
54