]> git.sur5r.net Git - i3/i3/blobdiff - src/debug.c
Merge branch 'fix-dump-log-errmsg'
[i3/i3] / src / debug.c
index de47fca257299b32cfe95e00be7e148a4c7e209d..30822353db2ab69a4e48e801759e12209f4a011c 100644 (file)
@@ -1,14 +1,11 @@
 /*
- * vim:ts=8:expandtab
+ * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
  *
- * © 2009-2010 Michael Stapelberg and contributors
- *
- * See file LICENSE for license information.
- *
- * debug.c: Contains debugging functions, especially FormatEvent, which prints unhandled events.
- *          This code is from xcb-util.
+ * debug.c: Debugging functions, especially FormatEvent, which prints unhandled
+ *          events.  This code is from xcb-util.
  *
  */
 #include <stdio.h>
@@ -244,7 +241,3 @@ int format_event(xcb_generic_event_t *e) {
     fflush(stdout);
     return 1;
 }
-
-int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e) {
-        return format_event(e);
-}