mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
Implement layer surface requests
This commit is contained in:
parent
3ba57fccd1
commit
b06105b564
3 changed files with 56 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue