summaryrefslogtreecommitdiff
path: root/include/client/buffer.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-19 07:58:57 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-19 07:58:57 -0500
commitb4e5e1381f909b173a171fb3941610aec989df48 (patch)
treef7dcf63dc6f4ac05c8fbb86da37d52766f210130 /include/client/buffer.h
parent4a1584be535a2d851250854d46a3563e222fe953 (diff)
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 @@
#ifndef _BUFFER_H
#define _BUFFER_H
-#include "client/client.h"
+#include "client/window.h"
-struct buffer *get_next_buffer(struct client_state *state);
+struct buffer *get_next_buffer(struct window *state);
#endif