mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
doc: update draw.io URL
The tool used to generate diagrams (draw.io) is now diagrams.net. Update the URL in the comments. Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
8aed8b6df6
commit
5603ed867d
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@
|
|||
/*****************************************
|
||||
* BEFORE YOU EDIT THIS FILE, look at the state diagram in
|
||||
* doc/middle-button-emulation-state-machine.svg (generated with
|
||||
* https://draw.io).
|
||||
* https://www.diagrams.net).
|
||||
*
|
||||
* Any changes in this file must be represented in the diagram.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
/*****************************************
|
||||
* BEFORE YOU EDIT THIS FILE, look at the state diagram in
|
||||
* doc/touchpad-softbutton-state-machine.svg (generated with
|
||||
* https://draw.io).
|
||||
* https://www.diagrams.net).
|
||||
* Any changes in this file must be represented in the diagram.
|
||||
*
|
||||
* The state machine only affects the soft button area code.
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ enum gesture_event {
|
|||
* DO NOT EDIT THIS FILE!
|
||||
*
|
||||
* Look at the state diagram in doc/touchpad-gestures-state-machine.svg
|
||||
* (generated with https://draw.io)
|
||||
* (generated with https://www.diagrams.net)
|
||||
*
|
||||
* Any changes in this file must be represented in the diagram.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ enum tap_event {
|
|||
* DO NOT EDIT THIS FILE!
|
||||
*
|
||||
* Look at the state diagram in doc/touchpad-tap-state-machine.svg
|
||||
* (generated with https://draw.io)
|
||||
* (generated with https://www.diagrams.net)
|
||||
*
|
||||
* Any changes in this file must be represented in the diagram.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue