Refactor the crap out of wayland clients

And create a background surface on every output when invoking swaybg.
This commit is contained in:
Drew DeVault 2015-11-19 07:58:57 -05:00
parent 4a1584be53
commit b4e5e1381f
8 changed files with 331 additions and 268 deletions

View file

@ -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