mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Refactor the crap out of wayland clients
And create a background surface on every output when invoking swaybg.
This commit is contained in:
parent
4a1584be53
commit
b4e5e1381f
8 changed files with 331 additions and 268 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue