diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-24 23:00:33 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-24 23:00:33 +0100 |
| commit | 7ed39aca6d07b8ca69c0373f5623ffd6a5564412 (patch) | |
| tree | b640cf38ade176b6c1ad22608fed87dc83b18c63 /src/event.h | |
| parent | b5c06f76b9a7cbc64590ec247778704459efb3ea (diff) | |
Add other actions to config
Diffstat (limited to 'src/event.h')
| -rw-r--r-- | src/event.h | 2 |
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 { |
