Merge branch 'mr/surface_enter' into 'main'

protocol: change wl_surface.enter/leave wording

See merge request wayland/wayland!338
This commit is contained in:
Pekka Paalanen 2025-09-21 06:00:17 +03:00
commit 783dc2ef2d

View file

@ -1687,7 +1687,7 @@
<event name="enter">
<description summary="surface enters an output">
This is emitted whenever a surface's creation, movement, or resizing
This is emitted whenever a surface's mapping, movement, or resizing
results in some part of it being within the scanout region of an
output.
@ -1698,7 +1698,7 @@
<event name="leave">
<description summary="surface leaves an output">
This is emitted whenever a surface's creation, movement, or resizing
This is emitted whenever a surface's unmapping, movement, or resizing
results in it no longer having any part of it within the scanout region
of an output.