diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-30 13:28:50 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-31 07:47:44 -0400 |
commit | d84deb07420aefb7e16bae846c57f7b4c021e803 (patch) | |
tree | befd3916e304970e972135fce83335c1cb0e1f1c /include | |
parent | fa3d4ecc849f4228dac56e34872fa97b02aab273 (diff) |
add wlr_output destroy event
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 11160d33..3371dcb5 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -37,6 +37,7 @@ struct wlr_output { struct { struct wl_signal frame; struct wl_signal resolution; + struct wl_signal destroy; } events; struct { |