mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
b4e5e1381f
And create a background surface on every output when invoking swaybg.
9 lines
127 B
C
9 lines
127 B
C
#ifndef _BUFFER_H
|
|
#define _BUFFER_H
|
|
|
|
#include "client/window.h"
|
|
|
|
struct buffer *get_next_buffer(struct window *state);
|
|
|
|
#endif
|