Move stuff to include/ and src/
This commit is contained in:
9
include/layout.h
Normal file
9
include/layout.h
Normal 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
|
Reference in New Issue
Block a user