]> git.sur5r.net Git - i3/i3/blobdiff - include/debug.h
t/*ewmh*: fix flakiness by syncing
[i3/i3] / include / debug.h
index 3d72212076589b1455089ba5c23c1ebdf50c86d0..3e65c35e0eb01b2c08d67d6011256181ba2f3faf 100644 (file)
@@ -1,16 +1,13 @@
 /*
- * 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
-#define _DEBUG_H
+#pragma once
 
 int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
-
-#endif