diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 513b8fd8..07afe2a4 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1984,7 +1984,7 @@ - + A seat is a group of keyboards, pointer and touch devices. This object is published as a global during start up, or when such a @@ -2116,9 +2116,17 @@ + + + + + This event is sent when the seat is no longer available. The client + should call the wl_seat.release request after receiving this event. + + - + The wl_pointer interface represents one or more input devices, such as mice, which control the pointer location and pointer_focus @@ -2531,7 +2539,7 @@ - + The wl_keyboard interface represents one or more keyboards associated with a seat. @@ -2712,7 +2720,7 @@ - + The wl_touch interface represents a touchscreen associated with a seat. @@ -2858,7 +2866,7 @@ - + An output describes part of the compositor geometry. The compositor works in the 'compositor coordinate system' and an @@ -3098,6 +3106,15 @@ + + + + + This event is sent when the output is no longer available. After this + event, no new output updates will be sent. The client should call the + wl_output.release request after receiving this event. + +