put in hardcoded bitmask define if headers dont provide it.

SVN revision: 64068
This commit is contained in:
Carsten Haitzler 2011-10-14 07:23:09 +00:00
parent 534acda075
commit 57e5fd31d1
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
int _ecore_x_xi2_opcode = -1;
#ifndef XIPointerEmulated
#define XIPointerEmulated (1 << 16)
#endif
#ifdef ECORE_XI2
static XIDeviceInfo *_ecore_x_xi2_devs = NULL;
static int _ecore_x_xi2_num = 0;