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 2026-01-27 08:49:03 +02:00
commit 26cf7e6766

View file

@ -1734,7 +1734,7 @@
<event name="enter"> <event name="enter">
<description summary="surface enters an output"> <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 results in some part of it being within the scanout region of an
output. output.
@ -1745,7 +1745,7 @@
<event name="leave"> <event name="leave">
<description summary="surface leaves an output"> <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 results in it no longer having any part of it within the scanout region
of an output. of an output.