aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.h b/src/event.h
index 3ebc718..2f00c49 100644
--- a/src/event.h
+++ b/src/event.h
@@ -16,7 +16,7 @@ typedef enum {
EVENT_HOVER_START,
EVENT_HOVER_MOVE,
EVENT_HOVER_STOP,
- EVENT_LENGTH,
+ EVENT_MAX,
} event_type_t;
typedef struct {