Update TODO and header-comments
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user