Remove wl_buffer.damage and simplify shm implementation

This commit is contained in:
Kristian Høgsberg 2012-03-26 16:33:24 -04:00
parent a0e590a0f3
commit 83685c506e
4 changed files with 10 additions and 73 deletions

View file

@ -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.