mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-09 20:20:16 +01:00
protocol: improve a comment
This commit is contained in:
parent
e5948856bf
commit
b5805c3e8a
1 changed files with 6 additions and 1 deletions
|
|
@ -223,13 +223,18 @@
|
|||
sent by the client must be provided in the version provided
|
||||
or any lower version.
|
||||
|
||||
A client should not issue any requests until processing this version.
|
||||
A client should not issue any requests until processing the version for
|
||||
the "ei_connection_setup" interface.
|
||||
|
||||
Note that the EIS implementation assumes that the supported
|
||||
client version of the ei_connection_setup interface is 1 unless and
|
||||
until the client announces a higher version of this interface in the
|
||||
ei_connection_setup.interface_version request.
|
||||
|
||||
This event must be sent by the EIS implementation for any
|
||||
interfaces that supports client-created objects (e.g. ei_callback).
|
||||
The client may not assume those interfaces are supported.
|
||||
|
||||
This event may be sent by the EIS implementation for any
|
||||
other supported interface (but not necessarily all supported
|
||||
interfaces) before the ei_connection_setup.connection event.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue