]> git.sur5r.net Git - i3/i3/blobdiff - include/debug.h
Merge branch 'master' into next
[i3/i3] / include / debug.h
index 3d72212076589b1455089ba5c23c1ebdf50c86d0..abf9c76dfe0b6692032c006312c2f3599bd0aefc 100644 (file)
@@ -1,11 +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)
  *
- * (c) 2009 Michael Stapelberg and contributors
- *
- * See file LICENSE for license information.
+ * debug.c: Debugging functions, especially FormatEvent, which prints unhandled
+ *          events.  This code is from xcb-util.
  *
  */
 #ifndef _DEBUG_H