Fix background extensions

Thanks @Cloudef, it works great
This commit is contained in:
Drew DeVault 2015-11-19 07:23:11 -05:00
parent 65b8a5c3ce
commit 4a1584be53
3 changed files with 6 additions and 7 deletions

View file

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