diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-26 16:33:24 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-26 16:33:24 -0400 |
commit | 83685c506e76212ae4e5cb722205d98d3b0603b9 (patch) | |
tree | 5640f96af047625ef68a2156b1e7e137798c9ea9 /protocol | |
parent | a0e590a0f3ea87b7616cf197edd240b7b99fcc2e (diff) |
Remove wl_buffer.damage and simplify shm implementation
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 3dcfac8..c32bc8b 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -183,20 +183,6 @@ updates the contents is defined by the buffer factory interface </description> - <request name="damage"> - <description summary="mark part of the buffer damaged"> - Notify the server that the specified area of the buffers - contents have changed. To describe a more complicated area of - damage, break down the region into rectangles and use this - request several times. - </description> - - <arg name="x" type="int"/> - <arg name="y" type="int"/> - <arg name="width" type="int"/> - <arg name="height" type="int"/> - </request> - <request name="destroy" type="destructor"> <description summary="destroy a buffer"> Destroy a buffer. This will invalidate the object id. |