1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-01-30 14:55:18 +01:00
sway/include/client/buffer.h
Drew DeVault b4e5e1381f Refactor the crap out of wayland clients
And create a background surface on every output when invoking swaybg.
2015-11-19 07:58:57 -05:00

8 lines
127 B
C

#ifndef _BUFFER_H
#define _BUFFER_H
#include "client/window.h"
struct buffer *get_next_buffer(struct window *state);
#endif