mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
472185e885
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
8 lines
191 B
C
8 lines
191 B
C
// 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);
|