diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-19 07:58:57 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-19 07:58:57 -0500 |
| commit | c978bf3cedbfebdc58d13d342b96a197631000d9 (patch) | |
| tree | f7dcf63dc6f4ac05c8fbb86da37d52766f210130 /include/client/buffer.h | |
| parent | 5875de922328672e67466bb8271247fc67e74040 (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 |
