aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
blob: 629dec0f3f945269b1f2afd336bc71583a46724e (plain) (blame)
1
2
3
4
5
6
7
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);