mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
mi: removed unused PointerNonInterestBox functions.
Please note this patch breaks the ABI. Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -121,11 +121,6 @@ typedef void (* GetSpansProcPtr)(
|
||||
int /*nspans*/,
|
||||
char * /*pdstStart*/);
|
||||
|
||||
typedef void (* PointerNonInterestBoxProcPtr)(
|
||||
DeviceIntPtr /*pDev*/,
|
||||
ScreenPtr /*pScreen*/,
|
||||
BoxPtr /*pBox*/);
|
||||
|
||||
typedef void (* SourceValidateProcPtr)(
|
||||
DrawablePtr /*pDrawable*/,
|
||||
int /*x*/,
|
||||
@@ -489,7 +484,6 @@ typedef struct _Screen {
|
||||
SaveScreenProcPtr SaveScreen;
|
||||
GetImageProcPtr GetImage;
|
||||
GetSpansProcPtr GetSpans;
|
||||
PointerNonInterestBoxProcPtr PointerNonInterestBox;
|
||||
SourceValidateProcPtr SourceValidate;
|
||||
|
||||
/* Window Procedures */
|
||||
|
||||
Reference in New Issue
Block a user