mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
layer_shell: set layer of existing surface
This commit is contained in:
parent
6bb7639a0f
commit
1724261910
3 changed files with 29 additions and 4 deletions
|
|
@ -54,6 +54,7 @@ struct wlr_layer_surface_v1_state {
|
|||
bool keyboard_interactive;
|
||||
uint32_t desired_width, desired_height;
|
||||
uint32_t actual_width, actual_height;
|
||||
enum zwlr_layer_shell_v1_layer layer;
|
||||
};
|
||||
|
||||
struct wlr_layer_surface_v1_configure {
|
||||
|
|
@ -71,7 +72,6 @@ struct wlr_layer_surface_v1 {
|
|||
struct wl_list popups; // wlr_xdg_popup::link
|
||||
|
||||
char *namespace;
|
||||
enum zwlr_layer_shell_v1_layer layer;
|
||||
|
||||
bool added, configured, mapped, closed;
|
||||
uint32_t configure_serial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue