mi: un-deprecate miPointerWarpCursor
This function was deprecated inef68273f5b
because it didn't take a device argument. The device argument was added in1c7568b8a1
though, so the deprecation is obsolete. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
8609a4e883
commit
c1d7deca92
|
@ -108,7 +108,7 @@ extern _X_EXPORT void miPointerWarpCursor(
|
|||
ScreenPtr /*pScreen*/,
|
||||
int /*x*/,
|
||||
int /*y*/
|
||||
) _X_DEPRECATED;
|
||||
);
|
||||
|
||||
/* Deprecated in favour of miPointerSetPosition. */
|
||||
extern _X_EXPORT void miPointerAbsoluteCursor(
|
||||
|
|
Loading…
Reference in New Issue