mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
dix: fix missing verb in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
7074ec87bd
commit
959d18c376
1 changed files with 3 additions and 2 deletions
|
|
@ -760,8 +760,9 @@ accelPointer(DeviceIntPtr dev, ValuatorMask* valuators, CARD32 ms)
|
|||
* miPointerSetPosition() and then scale back into device coordinates (if
|
||||
* needed). miPSP will change x/y if the screen was crossed.
|
||||
*
|
||||
* The coordinates provided are always absolute. The parameter mode whether
|
||||
* it was relative or absolute movement that landed us at those coordinates.
|
||||
* The coordinates provided are always absolute. The parameter mode
|
||||
* specifies whether it was relative or absolute movement that landed us at
|
||||
* those coordinates.
|
||||
*
|
||||
* @param dev The device to be moved.
|
||||
* @param mode Movement mode (Absolute or Relative)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue