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, 2 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
index 40424b7..3ebc718 100644
--- a/src/event.h
+++ b/src/event.h
@@ -16,6 +16,7 @@ typedef enum {
EVENT_HOVER_START,
EVENT_HOVER_MOVE,
EVENT_HOVER_STOP,
+ EVENT_LENGTH,
} event_type_t;
typedef struct {
@@ -27,6 +28,7 @@ typedef struct {
layout_t hovered;
int hover_x, hover_y;
layout_t *layout;
+ config_t *config;
} event_state_t;
const char *event_type_to_string(event_type_t type);