mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
protocol: clarify wl_data_offer::selection
Clearly specify that switching focus within the same client doesn't mean a new selection will be send. Signed-off-by: Jan Grulich <jgrulich@redhat.com>
This commit is contained in:
parent
1638dad613
commit
78590b3aff
1 changed files with 4 additions and 3 deletions
|
|
@ -960,9 +960,10 @@
|
||||||
immediately before receiving keyboard focus and when a new
|
immediately before receiving keyboard focus and when a new
|
||||||
selection is set while the client has keyboard focus. The
|
selection is set while the client has keyboard focus. The
|
||||||
data_offer is valid until a new data_offer or NULL is received
|
data_offer is valid until a new data_offer or NULL is received
|
||||||
or until the client loses keyboard focus. The client must
|
or until the client loses keyboard focus. Switching surface with
|
||||||
destroy the previous selection data_offer, if any, upon receiving
|
keyboard focus within the same client doesn't mean a new selection
|
||||||
this event.
|
will be sent. The client must destroy the previous selection
|
||||||
|
data_offer, if any, upon receiving this event.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="object" interface="wl_data_offer" allow-null="true"
|
<arg name="id" type="object" interface="wl_data_offer" allow-null="true"
|
||||||
summary="selection data_offer object"/>
|
summary="selection data_offer object"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue