Update to type-specific raw events - require inputproto 1.9.99.14.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-07-13 15:09:38 +10:00
commit d040af7fa3
9 changed files with 57 additions and 17 deletions

View file

@ -69,7 +69,7 @@ SOFTWARE.
* events to the protocol, the server will not support these events until
* this number here is bumped.
*/
#define XI2LASTEVENT 13 /* XI_PropertyEvent */
#define XI2LASTEVENT 17 /* XI_RawMotion */
#define XI2MASKSIZE ((XI2LASTEVENT + 7)/8) /* no of bits for masks */
/**