forked from fte/fteqw
1
0
Fork 0

DGA mouse support compiles now, maybe.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2749 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-10-17 14:09:43 +00:00
parent 5993f78949
commit a7d75f8889
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ int scrnum;
static float old_windowed_mouse = 0; static float old_windowed_mouse = 0;
#ifdef USE_DGA
static int dgamouse = 0;
#endif
#define KEY_MASK (KeyPressMask | KeyReleaseMask) #define KEY_MASK (KeyPressMask | KeyReleaseMask)
#define MOUSE_MASK (ButtonPressMask | ButtonReleaseMask | \ #define MOUSE_MASK (ButtonPressMask | ButtonReleaseMask | \
PointerMotionMask) PointerMotionMask)