diff options
Diffstat (limited to 'Xi/exevents.c')
-rw-r--r-- | Xi/exevents.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xi/exevents.c b/Xi/exevents.c index b5413f94e..4aa5fbf66 100644 --- a/Xi/exevents.c +++ b/Xi/exevents.c @@ -146,8 +146,6 @@ XIGetDevice(xEvent* xE) if (xE->u.u.type == DeviceButtonPress || xE->u.u.type == DeviceButtonRelease || xE->u.u.type == DeviceMotionNotify || - xE->u.u.type == DeviceEnterNotify || - xE->u.u.type == DeviceLeaveNotify || xE->u.u.type == ProximityIn || xE->u.u.type == ProximityOut || xE->u.u.type == DevicePropertyNotify) |