Implement stacking
This commit is contained in:
@ -14,7 +14,8 @@
|
||||
#define _LAYOUT_H
|
||||
|
||||
Rect get_unoccupied_space(Workspace *workspace);
|
||||
void decorate_window(xcb_connection_t *conn, Client *client);
|
||||
void decorate_window(xcb_connection_t *conn, Client *client, xcb_drawable_t drawable, xcb_gcontext_t gc, int offset);
|
||||
void render_container(xcb_connection_t *connection, Container *container);
|
||||
void render_layout(xcb_connection_t *conn);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user