diff options
| author | allusive-dev <[email protected]> | 2023-09-19 17:47:33 +1000 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-09-19 17:47:33 +1000 |
| commit | a93aba600b1c5d019b680b9f4ff3fa85d5d43a60 (patch) | |
| tree | 77f8152222655657472a70e0bfa413a0495dd555 /src/event.h | |
| parent | reset (diff) | |
| download | compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.tar.xz compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.zip | |
Fixed broken files/code and other errors
Diffstat (limited to 'src/event.h')
| -rw-r--r-- | src/event.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h new file mode 100644 index 0000000..629dec0 --- /dev/null +++ b/src/event.h @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: MPL-2.0 +// Copyright (c) 2019, Yuxuan Shui <[email protected]> + +#include <xcb/xcb.h> + +#include "common.h" + +void ev_handle(session_t *ps, xcb_generic_event_t *ev); |