mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-05 12:17:59 +02: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 kernel and that process. In the simplest case, e.g. an evtest-like tool
|
||||||
* the stack would look like this:
|
* the stack would look like this:
|
||||||
*
|
*
|
||||||
* kernel → libevdev → evtest
|
* kernel → libevdev → evtest
|
||||||
*
|
*
|
||||||
* For X.Org input modules, the stack would look like this:
|
* 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:
|
* 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
|
* libevdev does **not** have knowledge of X clients or Wayland clients, it is
|
||||||
* too low in the stack.
|
* too low in the stack.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue