mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
layer-shell: upgrade to v3, implement destructor
This commit is contained in:
parent
d2ca220fda
commit
45c0877e34
2 changed files with 14 additions and 3 deletions
|
|
@ -445,6 +445,7 @@ static void layer_shell_handle_get_layer_surface(struct wl_client *wl_client,
|
|||
|
||||
static const struct zwlr_layer_shell_v1_interface layer_shell_implementation = {
|
||||
.get_layer_surface = layer_shell_handle_get_layer_surface,
|
||||
.destroy = resource_handle_destroy,
|
||||
};
|
||||
|
||||
static void layer_shell_bind(struct wl_client *wl_client, void *data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue