summaryrefslogtreecommitdiffstats
path: root/include/client/buffer.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 07:58:57 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 07:58:57 -0500
commitb4e5e1381f909b173a171fb3941610aec989df48 (patch)
treef7dcf63dc6f4ac05c8fbb86da37d52766f210130 /include/client/buffer.h
parentFix background extensions (diff)
downloadsway-b4e5e1381f909b173a171fb3941610aec989df48.tar.gz
sway-b4e5e1381f909b173a171fb3941610aec989df48.tar.zst
sway-b4e5e1381f909b173a171fb3941610aec989df48.zip
Refactor the crap out of wayland clients
And create a background surface on every output when invoking swaybg.
Diffstat (limited to 'include/client/buffer.h')
-rw-r--r--include/client/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/client/buffer.h b/include/client/buffer.h
index aa8d68a1..eb9973ed 100644
--- a/include/client/buffer.h
+++ b/include/client/buffer.h
@@ -1,8 +1,8 @@
1#ifndef _BUFFER_H 1#ifndef _BUFFER_H
2#define _BUFFER_H 2#define _BUFFER_H
3 3
4#include "client/client.h" 4#include "client/window.h"
5 5
6struct buffer *get_next_buffer(struct client_state *state); 6struct buffer *get_next_buffer(struct window *state);
7 7
8#endif 8#endif