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:
parent
5993f78949
commit
a7d75f8889
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ int scrnum;
|
|||
|
||||
static float old_windowed_mouse = 0;
|
||||
|
||||
#ifdef USE_DGA
|
||||
static int dgamouse = 0;
|
||||
#endif
|
||||
|
||||
#define KEY_MASK (KeyPressMask | KeyReleaseMask)
|
||||
#define MOUSE_MASK (ButtonPressMask | ButtonReleaseMask | \
|
||||
PointerMotionMask)
|
||||
|
|
Loading…
Reference in a new issue