diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-17 19:11:14 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:50:09 -0400 |
commit | b06105b564541680ef2feb27eef626aaca4852c0 (patch) | |
tree | 42815f73cb20e5dfdbb2c932239b217673fde91d /include/wlr | |
parent | 3ba57fccd1f0c66b9cbf3d70e73776b11c405ee8 (diff) |
Implement layer surface requests
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_layer_shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_layer_shell.h b/include/wlr/types/wlr_layer_shell.h index 33bda351..58c12459 100644 --- a/include/wlr/types/wlr_layer_shell.h +++ b/include/wlr/types/wlr_layer_shell.h @@ -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 { |