diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index c361d76a..c5f6f8cd 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -395,6 +395,9 @@ struct weston_head { /** Current content protection status */ enum weston_hdcp_protection current_protection; + + /** Opaque pointer used by backends to identify heads as theirs */ + const void *backend_id; }; /** Output properties derived from its color characteristics and profile