diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 58e5649e..c52141d0 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -190,7 +190,7 @@ - + A compositor. This object is a singleton global. The compositor is in charge of combining the contents of multiple @@ -210,6 +210,14 @@ + + + + + + This request destroys the wl_compositor. This has no effect on any other objects. + + @@ -538,7 +546,7 @@ - + A wl_data_offer represents a piece of data offered for transfer by another client (the source client). It is used by the @@ -731,7 +739,7 @@ - + The wl_data_source object is the source side of a wl_data_offer. It is created by the source client in a data transfer and @@ -886,7 +894,7 @@ - + There is one wl_data_device per seat which can be obtained from the global wl_data_device_manager singleton. @@ -1047,7 +1055,7 @@ - + The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as @@ -1109,6 +1117,15 @@ + + + + + + This request destroys the wl_data_device_manager. This has no effect on any other + objects. + + @@ -1415,7 +1432,7 @@ - + A surface is a rectangular area that may be displayed on zero or more outputs, and shown any number of times at the compositor's @@ -3049,7 +3066,7 @@ - + A region object describes an area.