diff options
Diffstat (limited to 'mi/mipointer.h')
-rw-r--r-- | mi/mipointer.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mi/mipointer.h b/mi/mipointer.h index 541e89bdf..c4834139a 100644 --- a/mi/mipointer.h +++ b/mi/mipointer.h @@ -1,10 +1,4 @@ /* - * mipointer.h - * - */ - - -/* Copyright 1989, 1998 The Open Group @@ -178,15 +172,6 @@ extern void miPointerSetPosition( extern void miPointerUpdateSprite( DeviceIntPtr pDev); -/* Moves the sprite to x, y on the current screen, and updates the event - * history. */ -extern void miPointerMoved( - DeviceIntPtr pDev, - ScreenPtr pScreen, - int x, - int y, - unsigned long time); - extern int miPointerScreenIndex; #endif /* MIPOINTER_H */ |