mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
commit
783dc2ef2d
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue