mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
9 lines
191 B
C
9 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);
|