core: split out event code
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
8
src/event.h
Normal file
8
src/event.h
Normal file
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
// Copyright (c) 2019, Yuxuan Shui <yshuiv7@gmail.com>
|
||||
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
void ev_handle(session_t *ps, xcb_generic_event_t *ev);
|
||||
Reference in New Issue
Block a user