commit | a4ab5422e9ae8699b0ce6f86241d6105ddac445f | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Wed Apr 02 19:53:45 2014 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 02 21:24:42 2014 -0700 |
tree | 730ac58b95192baa3dc8101f8e815060eda08abe | |
parent | 27e1167957b7151725ec9cc2cb10a102d669e8ac [diff] [blame] |
Add a signal for when a seat updates its capabilities Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
diff --git a/src/compositor.h b/src/compositor.h index cbeab6f..37ad17f 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -495,6 +495,7 @@ struct weston_output *output; /* constraint */ struct wl_signal destroy_signal; + struct wl_signal updated_caps_signal; struct weston_compositor *compositor; struct wl_list link;