mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 15:10:02 +01:00
mi: fix comment typo, whitespace in miPointerSetPosition
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
c9562bed0d
commit
b3c76b0c53
1 changed files with 5 additions and 5 deletions
|
|
@ -569,9 +569,9 @@ miPointerMoveNoEvent (DeviceIntPtr pDev, ScreenPtr pScreen,
|
||||||
*
|
*
|
||||||
* @param pDev The device to move
|
* @param pDev The device to move
|
||||||
* @param mode Movement mode (Absolute or Relative)
|
* @param mode Movement mode (Absolute or Relative)
|
||||||
* @param[in,out] x The x coordiante in screen coordinates (in regards to total
|
* @param[in,out] x The x coordinate in screen coordinates (in regards to total
|
||||||
* desktop size)
|
* desktop size)
|
||||||
* @param[in,out] y The y coordiante in screen coordinates (in regards to total
|
* @param[in,out] y The y coordinate in screen coordinates (in regards to total
|
||||||
* desktop size)
|
* desktop size)
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue