Update layer shell with optional wl_output

This commit is contained in:
Drew DeVault 2018-04-22 18:57:45 +02:00
parent 12bf39a715
commit 177b548b15
3 changed files with 11 additions and 2 deletions

View file

@ -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;