]> git.sur5r.net Git - i3/i3/blob - include/layout.h
Move stuff to include/ and src/
[i3/i3] / include / layout.h
1 #include <xcb/xcb.h>
2
3 #ifndef _LAYOUT_H
4 #define _LAYOUT_H
5
6 void decorate_window(xcb_connection_t *conn, Client *client);
7 void render_layout(xcb_connection_t *conn);
8
9 #endif