mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 01:10:10 +01:00
Indent some documentation better
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5f5c3727c6
commit
25a0a65d7f
1 changed files with 3 additions and 3 deletions
|
|
@ -73,15 +73,15 @@
|
|||
* the kernel and that process. In the simplest case, e.g. an evtest-like tool
|
||||
* the stack would look like this:
|
||||
*
|
||||
* kernel → libevdev → evtest
|
||||
* kernel → libevdev → evtest
|
||||
*
|
||||
* For X.Org input modules, the stack would look like this:
|
||||
*
|
||||
* kernel → libevdev → xf86-input-evdev → X server → X client
|
||||
* kernel → libevdev → xf86-input-evdev → X server → X client
|
||||
*
|
||||
* For Weston/Wayland, the stack would look like this:
|
||||
*
|
||||
* kernel → libevdev → Weston → Wayland client
|
||||
* kernel → libevdev → Weston → Wayland client
|
||||
*
|
||||
* libevdev does **not** have knowledge of X clients or Wayland clients, it is
|
||||
* too low in the stack.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue