mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 08:10:06 +01:00
dix: moveRelative modifies parameter in-place, say so.
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
b966362ccf
commit
bccff53318
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ clipAbsolute(DeviceIntPtr dev, ValuatorMask *mask)
|
|||
* Move the device's pointer by the values given in @valuators.
|
||||
*
|
||||
* @param dev The device whose pointer is to be moved.
|
||||
* @param mask Valuator data for this event.
|
||||
* @param[in,out] mask Valuator data for this event, modified in-place.
|
||||
*/
|
||||
static void
|
||||
moveRelative(DeviceIntPtr dev, ValuatorMask *mask)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue