From e310136e02ada4862c250280034d36fbfa24fc61 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 4 Oct 2017 18:12:27 +0200 Subject: Mouse drag translates pointer position to image area This makes mouse panning more direct and faster. --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 6c87105..57402e0 100644 --- a/types.h +++ b/types.h @@ -66,7 +66,7 @@ typedef enum { typedef enum { CURSOR_ARROW, CURSOR_NONE, - CURSOR_HAND, + CURSOR_DRAG, CURSOR_WATCH } cursor_t; -- cgit v1.2.3