From b8fd923e740bcbaebe523c48ca67c3725c1b3863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 5 Oct 2017 12:30:31 +0200 Subject: Simplify cursor handling --- types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 57402e0..eacbd62 100644 --- a/types.h +++ b/types.h @@ -65,9 +65,11 @@ typedef enum { typedef enum { CURSOR_ARROW, - CURSOR_NONE, CURSOR_DRAG, - CURSOR_WATCH + CURSOR_WATCH, + CURSOR_NONE, + + CURSOR_COUNT } cursor_t; typedef enum { -- cgit v1.2.3