mi: remove deprecated miPointerAbsoluteCursor
Functions that don't specify the device are so last year.
This commit is contained in:
parent
46145a9312
commit
f5409aa026
|
@ -457,15 +457,6 @@ miPointerGetScreen(DeviceIntPtr pDev)
|
||||||
return (pPointer) ? pPointer->pScreen : NULL;
|
return (pPointer) ? pPointer->pScreen : NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Move the pointer to x, y on the current screen, update the sprite, and
|
|
||||||
* the motion history. Generates no events. Does not return changed x
|
|
||||||
* and y if they are clipped; use miPointerSetPosition instead. */
|
|
||||||
void
|
|
||||||
miPointerAbsoluteCursor (int x, int y, unsigned long time)
|
|
||||||
{
|
|
||||||
miPointerSetPosition(inputInfo.pointer, &x, &y);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Move the pointer on the current screen, and update the sprite. */
|
/* Move the pointer on the current screen, and update the sprite. */
|
||||||
static void
|
static void
|
||||||
miPointerMoved (DeviceIntPtr pDev, ScreenPtr pScreen,
|
miPointerMoved (DeviceIntPtr pDev, ScreenPtr pScreen,
|
||||||
|
|
|
@ -110,13 +110,6 @@ extern _X_EXPORT void miPointerWarpCursor(
|
||||||
int /*y*/
|
int /*y*/
|
||||||
) _X_DEPRECATED;
|
) _X_DEPRECATED;
|
||||||
|
|
||||||
/* Deprecated in favour of miPointerSetPosition. */
|
|
||||||
extern _X_EXPORT void miPointerAbsoluteCursor(
|
|
||||||
int /*x*/,
|
|
||||||
int /*y*/,
|
|
||||||
unsigned long /*time*/
|
|
||||||
) _X_DEPRECATED;
|
|
||||||
|
|
||||||
/* Deprecated in favour of miPointerGetScreen. */
|
/* Deprecated in favour of miPointerGetScreen. */
|
||||||
extern _X_EXPORT ScreenPtr miPointerCurrentScreen(
|
extern _X_EXPORT ScreenPtr miPointerCurrentScreen(
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue