]> git.sur5r.net Git - i3/i3/blobdiff - include/handlers.h
Add vim hints, copyright notice to each file, add LICENSE, retab! everything
[i3/i3] / include / handlers.h
index 7c82ca462bd6875e5adcd29210121c246a53ec42..15236b31f5af893b045ff44caaeda084e0511592 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * vim:ts=8:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ *
+ * (c) 2009 Michael Stapelberg and contributors
+ *
+ * See file LICENSE for license information.
+ *
+ */
 #ifndef _HANDLERS_H
 #define _HANDLERS_H
 
@@ -7,11 +17,7 @@ int handle_enter_notify(void *ignored, xcb_connection_t *conn, xcb_enter_notify_
 int handle_button_press(void *ignored, xcb_connection_t *conn, xcb_button_press_event_t *event);
 int handle_map_notify_event(void *prophs, xcb_connection_t *conn, xcb_map_notify_event_t *event);
 int handle_windowname_change(void *data, xcb_connection_t *conn, uint8_t state,
-                               xcb_window_t window, xcb_atom_t atom, xcb_get_property_reply_t *prop);
+                                xcb_window_t window, xcb_atom_t atom, xcb_get_property_reply_t *prop);
 int handle_expose_event(void *data, xcb_connection_t *conn, xcb_expose_event_t *event);
 
-
-
-
-
 #endif