commit | 64ddde1e70467e1da3e53a07000f05dedb9be782 | [log] [tgz] |
---|---|---|
author | Richard Hughes <hughsient@gmail.com> | Wed May 01 21:52:10 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed May 01 21:11:46 2013 -0400 |
tree | e873114206b7326593cbe81beedf3035a9e4403f | |
parent | 2b2092adb499d8cdc10390cf19876706bcfe69cb [diff] [blame] |
Add a destroy_signal on weston_output
diff --git a/src/compositor.h b/src/compositor.h index eb8ad82..3b08f29 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -175,6 +175,7 @@ struct weston_output_zoom zoom; int dirty; struct wl_signal frame_signal; + struct wl_signal destroy_signal; uint32_t frame_time; int disable_planes;