mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Fix background extensions
Thanks @Cloudef, it works great
This commit is contained in:
parent
65b8a5c3ce
commit
4a1584be53
3 changed files with 6 additions and 7 deletions
|
|
@ -2,10 +2,11 @@
|
|||
#define _SWAY_EXTENSIONS_H
|
||||
|
||||
#include "list.h"
|
||||
#include "wlc/wlc-wayland.h"
|
||||
|
||||
struct background_config {
|
||||
wlc_handle output;
|
||||
wlc_handle surface;
|
||||
wlc_resource surface;
|
||||
};
|
||||
|
||||
struct desktop_shell_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue