Closed Hardy7cc closed 4 years ago
As I updated my wlroots to version 0.10.0 I got a compilation error due to changes in wlroots. Have a look at :
In short:The variable layer in struct wlr_layer_surface_v1 is moved to wlr_layer_surface_v1_state
layer
struct wlr_layer_surface_v1
wlr_layer_surface_v1_state
Only pull this if you change wlroots version too
Thanks!
I will keep this open until I have the time to actually allow layer-shell surfaces to change their layer.
As I updated my wlroots to version 0.10.0 I got a compilation error due to changes in wlroots. Have a look at :
In short:The variable
layer
instruct wlr_layer_surface_v1
is moved towlr_layer_surface_v1_state
Only pull this if you change wlroots version too