diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-22 18:57:45 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-22 18:57:45 +0200 |
commit | 177b548b156ce4b46ff331d7c10f1bf373bf9cf7 (patch) | |
tree | 0a6727511a42fc8bfdbbc7d80eb1db7e3d984c40 /include | |
parent | 12bf39a715b23b572e3ce213ee1aef8c32ebbc13 (diff) |
Update layer shell with optional wl_output
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_layer_shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_layer_shell.h b/include/wlr/types/wlr_layer_shell.h index 1312e568..79b3a4ea 100644 --- a/include/wlr/types/wlr_layer_shell.h +++ b/include/wlr/types/wlr_layer_shell.h @@ -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; |