mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-25 21:00:07 +01:00
doc: fix some linewrapping issues
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/322>
This commit is contained in:
parent
b1c1c5d579
commit
9c35a57cfe
1 changed files with 3 additions and 5 deletions
|
|
@ -60,13 +60,11 @@ extern "C" {
|
|||
* libei clients come in @ref ei_new_sender "sender" and @ref ei_new_receiver
|
||||
* "receiver" modes, depending on whether the client sends or receives events
|
||||
* from the EIS implementation. See @ref libei-sender and @ref libei-receiver
|
||||
for
|
||||
* API calls specific to either mode.
|
||||
* for API calls specific to either mode.
|
||||
*
|
||||
* @note A libei context is restricted to either sender or receiver mode, not
|
||||
* both. The EIS implementation however may accept both sender and receiver
|
||||
clients,
|
||||
* and will work as corresponding receiver or sender for this
|
||||
* clients, and will work as corresponding receiver or sender for this
|
||||
* client. It is up to the implementation to disconnect clients that it does not
|
||||
* want to allow. See eis_client_is_sender() for details.
|
||||
*
|
||||
|
|
@ -92,7 +90,7 @@ extern "C" {
|
|||
* The sender client API is available only to clients created with
|
||||
* ei_new_sender(). For those clients the EIS implemententation creates
|
||||
* devices and but it is the libei client that sends events **to** EIS
|
||||
implementation.
|
||||
* implementation.
|
||||
* The primary use-case is input emulation from a client, akin to xdotool.
|
||||
*
|
||||
* It is a client bug to call any of these functions for a client created
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue