mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-31 07:11:27 -04:00
Merge branch 'jorth/damage-note' into 'main'
protocol: remove note discouraging use of wl_surface.damage See merge request wayland/wayland!501
This commit is contained in:
commit
d62e70c3ae
1 changed files with 0 additions and 4 deletions
|
|
@ -1572,10 +1572,6 @@
|
||||||
wl_surface.commit assigns pending damage as the current damage,
|
wl_surface.commit assigns pending damage as the current damage,
|
||||||
and clears pending damage. The server will clear the current
|
and clears pending damage. The server will clear the current
|
||||||
damage as it repaints the surface.
|
damage as it repaints the surface.
|
||||||
|
|
||||||
Note! New clients should not use this request. Instead damage can be
|
|
||||||
posted with wl_surface.damage_buffer which uses buffer coordinates
|
|
||||||
instead of surface coordinates.
|
|
||||||
</description>
|
</description>
|
||||||
<arg name="x" type="int" summary="surface-local x coordinate"/>
|
<arg name="x" type="int" summary="surface-local x coordinate"/>
|
||||||
<arg name="y" type="int" summary="surface-local y coordinate"/>
|
<arg name="y" type="int" summary="surface-local y coordinate"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue