Cleanups, first strike. Move stuff to separate files, eliminate warnings

This commit is contained in:
Michael Stapelberg
2009-02-13 19:04:45 +01:00
parent af6aee4f4f
commit 7c0317c8a3
18 changed files with 1263 additions and 1128 deletions

6
xcb.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _XCB_H
#define _XCB_H
uint32_t get_colorpixel(xcb_connection_t *conn, xcb_window_t window, char *hex);
#endif