include: move POINTER_* flags from inputstr.h to input.h
Given they're just numeric constants, they should be included in input.h, not inputstr.h.
This commit is contained in:
committed by
Daniel Stone
parent
4dd91c45ab
commit
bf4df9b73f
@@ -62,10 +62,6 @@ SOFTWARE.
|
||||
|
||||
#define EMASKSIZE MAX_DEVICES
|
||||
|
||||
#define POINTER_RELATIVE (1 << 1)
|
||||
#define POINTER_ABSOLUTE (1 << 2)
|
||||
#define POINTER_ACCELERATE (1 << 3)
|
||||
|
||||
extern int CoreDevicePrivatesIndex, CoreDevicePrivatesGeneration;
|
||||
|
||||
/* Kludge: OtherClients and InputClients must be compatible, see code */
|
||||
|
||||
Reference in New Issue
Block a user