mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-16 04:58:07 +02:00
mi: Fix typo in comments about deprecated functions
This commit is contained in:
parent
6b96281100
commit
782394fe53
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ extern int miPointerGetMotionEvents(
|
|||
ScreenPtr /*pScreen*/
|
||||
);
|
||||
|
||||
/* Deprecated in favour of miSetPointerPosition. */
|
||||
/* Deprecated in favour of miPointerSetPosition. */
|
||||
extern void miPointerDeltaCursor(
|
||||
int /*dx*/,
|
||||
int /*dy*/,
|
||||
|
|
@ -134,7 +134,7 @@ extern void miPointerAbsoluteCursor(
|
|||
unsigned long /*time*/
|
||||
) _X_DEPRECATED;
|
||||
|
||||
/* Deprecated in favour of miGetPointerPosition. */
|
||||
/* Deprecated in favour of miPointerGetPosition. */
|
||||
extern void miPointerPosition(
|
||||
int * /*x*/,
|
||||
int * /*y*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue