diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-19 07:58:57 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-19 07:58:57 -0500 |
| commit | b4e5e1381f909b173a171fb3941610aec989df48 (patch) | |
| tree | f7dcf63dc6f4ac05c8fbb86da37d52766f210130 /include/client/buffer.h | |
| parent | 4a1584be535a2d851250854d46a3563e222fe953 (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.h | 4 |
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 |
