]> git.sur5r.net Git - i3/i3/blobdiff - include/debug.h
Merge pull request #1621 from Airblader/feature-1416
[i3/i3] / include / debug.h
index 3d9cf3e7d2f5ff363aff14beba16c3bb3281bdd1..3e65c35e0eb01b2c08d67d6011256181ba2f3faf 100644 (file)
@@ -1,6 +1,13 @@
-#ifndef _DEBUG_H
-#define _DEBUG_H
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * debug.c: Debugging functions, especially FormatEvent, which prints unhandled
+ *          events.  This code is from xcb-util.
+ *
+ */
+#pragma once
 
 int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
-
-#endif