mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 09:20:06 +01:00
Merge branch 'edges' into 'main'
xdg-shell: document resize with "none" edges See merge request wayland/wayland-protocols!310
This commit is contained in:
commit
a798dc8bfb
1 changed files with 2 additions and 1 deletions
|
|
@ -821,7 +821,8 @@
|
||||||
The compositor may use this information to update the surface position
|
The compositor may use this information to update the surface position
|
||||||
for example when dragging the top left corner. The compositor may also
|
for example when dragging the top left corner. The compositor may also
|
||||||
use this information to adapt its behavior, e.g. choose an appropriate
|
use this information to adapt its behavior, e.g. choose an appropriate
|
||||||
cursor image.
|
cursor image. A value of none must not cause a protocol error but should
|
||||||
|
be ignored by the compositor.
|
||||||
</description>
|
</description>
|
||||||
<arg name="seat" type="object" interface="wl_seat" summary="the wl_seat of the user event"/>
|
<arg name="seat" type="object" interface="wl_seat" summary="the wl_seat of the user event"/>
|
||||||
<arg name="serial" type="uint" summary="the serial of the user event"/>
|
<arg name="serial" type="uint" summary="the serial of the user event"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue