Implement layer surface requests

This commit is contained in:
Drew DeVault 2018-03-17 19:11:14 -04:00
parent 3ba57fccd1
commit b06105b564
3 changed files with 56 additions and 21 deletions

View file

@ -40,7 +40,7 @@ struct wlr_layer_surface_state {
struct wlr_layer_surface_configure {
struct wl_list link; // wlr_layer_surface::configure_list
uint32_t serial;
struct wlr_layer_surface_state *state;
struct wlr_layer_surface_state state;
};
struct wlr_layer_surface {