]> git.sur5r.net Git - i3/i3/blob - include/click.h
de977ea4873aaabd12c2a4ca36d0d418e62312af
[i3/i3] / include / click.h
1 /*
2  * vim:ts=8:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  *
6  * © 2009 Michael Stapelberg and contributors
7  *
8  * See file LICENSE for license information.
9  *
10  */
11 #ifndef _CLICK_H
12 #define _CLICK_H
13
14 int handle_button_press(void *ignored, xcb_connection_t *conn, xcb_button_press_event_t *event);
15
16 #endif