mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Update layer shell with optional wl_output
This commit is contained in:
parent
12bf39a715
commit
177b548b15
3 changed files with 11 additions and 2 deletions
|
|
@ -27,6 +27,9 @@ struct wlr_layer_shell {
|
|||
struct wl_listener display_destroy;
|
||||
|
||||
struct {
|
||||
// struct wlr_layer_surface *
|
||||
// Note: the output may be NULL. In this case, it is your
|
||||
// responsibility to assign an output before returning.
|
||||
struct wl_signal new_surface;
|
||||
} events;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue