i3
include/click.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  *
00006  * © 2009-2011 Michael Stapelberg and contributors
00007  *
00008  * See file LICENSE for license information.
00009  *
00010  */
00011 #ifndef _CLICK_H
00012 #define _CLICK_H
00013 
00022 int handle_button_press(xcb_button_press_event_t *event);
00023 
00024 #endif