dix: Don't set core events in SetMaskForEvent.

Rather, modify the two callers to call separately for the two different.
events. Unexport SetMaskForEvent too.
And while we're at it, get rid of the MotionFilter macro, because it's one
half confusing and one half pointless.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2009-02-12 13:38:34 +10:00
parent 58f3127919
commit 772e0f9159
3 changed files with 32 additions and 20 deletions

View File

@@ -304,7 +304,7 @@ extern _X_EXPORT void SetVendorString(char *string);
/* events.c */
extern _X_EXPORT void SetMaskForEvent(
extern void SetMaskForEvent(
int /* deviceid */,
Mask /* mask */,
int /* event */);