summaryrefslogtreecommitdiff
path: root/xserver/mi/mipointer.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2021-11-11 09:03:17 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2021-11-11 09:03:17 +0000
commit79250ad1e2b76f2ba5aa8d6dc0134c6c07ceac3a (patch)
tree6d31264b9d5ca7fc0d7c690ef6a3340917c949e4 /xserver/mi/mipointer.c
parent0c0a487400d29e7404b66758c41ad54ee01d46ee (diff)
Update to xserver 21.1.0
Diffstat (limited to 'xserver/mi/mipointer.c')
-rw-r--r--xserver/mi/mipointer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xserver/mi/mipointer.c b/xserver/mi/mipointer.c
index 75be1aeeb..a638f25d4 100644
--- a/xserver/mi/mipointer.c
+++ b/xserver/mi/mipointer.c
@@ -402,7 +402,7 @@ miPointerWarpCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y)
}
/**
- * Syncronize the sprite with the cursor.
+ * Synchronize the sprite with the cursor.
*
* @param pDev The device to sync
*/
@@ -699,8 +699,8 @@ miPointerSetPosition(DeviceIntPtr pDev, int mode, double *screenx,
/**
* Get the current position of the device in desktop coordinates.
*
- * @param x Return value for the current x coordinate in desktop coordiates.
- * @param y Return value for the current y coordinate in desktop coordiates.
+ * @param x Return value for the current x coordinate in desktop coordinates.
+ * @param y Return value for the current y coordinate in desktop coordinates.
*/
void
miPointerGetPosition(DeviceIntPtr pDev, int *x, int *y)