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,17 +3,19 @@
*
* i3 - an improved dynamic tiling window manager
*
* (c) 2009 Michael Stapelberg and contributors
* © 2009 Michael Stapelberg and contributors
*
* See file LICENSE for license information.
*
* xcb.c: Helper functions for easier usage of XCB
*
*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <xcb/xcb.h>
/* All the helper functions needed for efficiently using XCB */
#include "util.h"
/*