Update TODO and header-comments

This commit is contained in:
Michael Stapelberg
2009-02-15 03:07:29 +01:00
parent 9595ead9d4
commit 28ea379c10
10 changed files with 19 additions and 16 deletions

View File

@ -3,16 +3,17 @@
*
* i3 - an improved dynamic tiling window manager
*
* (c) 2009 Michael Stapelberg and contributors
* © 2009 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.
*
*/
#include <stdio.h>
#include <xcb/xcb.h>
/* Debug functions here, especially the FormatEvent-stuff, which prints unhandled events */
static const char *labelError[] = {
"Success",
"BadRequest",