2 * vim:ts=4:sw=4:expandtab
4 * i3 - an improved dynamic tiling window manager
5 * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
7 * click.c: Button press (mouse click) events.
13 * The button press X callback. This function determines whether the floating
14 * modifier is pressed and where the user clicked (decoration, border, inside
17 * Then, route_click is called on the appropriate con.
20 int handle_button_press(xcb_button_press_event_t *event);