diff options
Diffstat (limited to 'protocol/eom-client-protocol.h')
-rw-r--r-- | protocol/eom-client-protocol.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/protocol/eom-client-protocol.h b/protocol/eom-client-protocol.h index 1fcd29d..4aacb71 100644 --- a/protocol/eom-client-protocol.h +++ b/protocol/eom-client-protocol.h @@ -174,6 +174,10 @@ struct wl_eom_listener { * @w_mm: (none) * @h_mm: (none) * @connection: (none) + * @skip: (none) + * @attribute: (none) + * @attribute_state: (none) + * @error: (none) */ void (*output_info)(void *data, struct wl_eom *wl_eom, @@ -184,7 +188,11 @@ struct wl_eom_listener { uint32_t h, uint32_t w_mm, uint32_t h_mm, - uint32_t connection); + uint32_t connection, + uint32_t skip, + uint32_t attribute, + uint32_t attribute_state, + uint32_t error); /** * output_type - (none) * @output_id: (none) |