mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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 */);
|
||||
|
||||
Reference in New Issue
Block a user