diff options
Diffstat (limited to 'nsxiv.h')
-rw-r--r-- | nsxiv.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -99,7 +99,8 @@ typedef enum { typedef enum { CURSOR_ARROW, - CURSOR_DRAG, + CURSOR_DRAG_ABSOLUTE, + CURSOR_DRAG_RELATIVE, CURSOR_WATCH, CURSOR_LEFT, CURSOR_RIGHT, |