buffet / kiwmi

A fully programmable Wayland Compositor
Mozilla Public License 2.0
612 stars 22 forks source link

Fix changes introduced with wlroots version 0.10.0 #17

Closed Hardy7cc closed 4 years ago

Hardy7cc commented 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

Only pull this if you change wlroots version too

buffet commented 4 years ago

Thanks!

I will keep this open until I have the time to actually allow layer-shell surfaces to change their layer.