From 7ed39aca6d07b8ca69c0373f5623ffd6a5564412 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 24 Nov 2024 23:00:33 +0100 Subject: Add other actions to config --- src/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event.h') 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 { -- cgit v1.2.3