Move handler for clicking to its own file

This commit is contained in:
Michael Stapelberg
2009-09-22 18:07:25 +02:00
parent 3ada8f326c
commit d9ca8e8d1a
3 changed files with 349 additions and 296 deletions

16
include/click.h Normal file
View File

@ -0,0 +1,16 @@
/*
* vim:ts=8:expandtab
*
* i3 - an improved dynamic tiling window manager
*
* © 2009 Michael Stapelberg and contributors
*
* See file LICENSE for license information.
*
*/
#ifndef _CLICK_H
#define _CLICK_H
int handle_button_press(void *ignored, xcb_connection_t *conn, xcb_button_press_event_t *event);
#endif