Move stuff to include/ and src/

This commit is contained in:
Michael Stapelberg
2009-02-13 19:09:25 +01:00
parent 7c0317c8a3
commit 82dd64ff24
21 changed files with 15 additions and 13 deletions

9
include/layout.h Normal file
View File

@ -0,0 +1,9 @@
#include <xcb/xcb.h>
#ifndef _LAYOUT_H
#define _LAYOUT_H
void decorate_window(xcb_connection_t *conn, Client *client);
void render_layout(xcb_connection_t *conn);
#endif