mirror of
https://github.com/i3/i3.git
synced 2026-02-05 18:25:46 +00:00
10 lines
173 B
C
10 lines
173 B
C
#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
|