diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-10 15:57:13 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-10 15:57:13 +0200 |
| commit | d575e261c85b70a8de4f02fb2115b102d3c33f64 (patch) | |
| tree | db84a9d6aa4a0510586aa1c449f131e1b2226db6 /src/event.h | |
| parent | dbd61ded1f7ddd55743b324a5b27017f2a7a886b (diff) | |
Refactor
Diffstat (limited to 'src/event.h')
| -rw-r--r-- | src/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h index 609458a..528482d 100644 --- a/src/event.h +++ b/src/event.h @@ -17,6 +17,8 @@ typedef struct { typedef struct layout layout_t; +const char *even_type_to_string(event_type_t type); + void event_dispatch(display_t *display, layout_t *layout); #endif |
