File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ extern const Mask DeviceButtonGrabMask;
5151extern const Mask DeviceButtonMotionMask ;
5252extern const Mask DevicePresenceNotifyMask ;
5353extern const Mask DevicePropertyNotifyMask ;
54- extern const Mask XIAllMasks ;
5554
5655extern int DeviceValuator ;
5756extern int DeviceKeyPress ;
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ const Mask DeviceButtonGrabMask = (1L << 17);
148148const Mask DeviceOwnerGrabButtonMask = (1L << 17 );
149149const Mask DevicePresenceNotifyMask = (1L << 18 );
150150const Mask DevicePropertyNotifyMask = (1L << 19 );
151- const Mask XIAllMasks = (1L << 20 ) - 1 ;
152151
153152int ExtEventIndex ;
154153
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ SOFTWARE.
6565#include "grabdev.h"
6666#include "selectev.h"
6767
68+ #define XIAllMasks ((Mask)((1L << 20) - 1))
69+
6870static int
6971HandleDevicePresenceMask (ClientPtr client , WindowPtr win ,
7072 XEventClass * cls , CARD16 * count )
You can’t perform that action at this time.
0 commit comments