mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 02:10:13 +01:00
XQuartz: Use correct values for ProximityIn and ProximityOut
This was the other underlying cause of teh 100% CPU tablet issue.
(cherry picked from commit a9cecf34c2)
This commit is contained in:
parent
9d8ce0ea76
commit
a3fbdb30b5
1 changed files with 1 additions and 3 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#define _APPLEWM_SERVER_
|
||||
#include "X11/extensions/applewm.h"
|
||||
#include "micmap.h"
|
||||
#include "exglobals.h"
|
||||
|
||||
#include <mach/mach.h>
|
||||
#include <unistd.h>
|
||||
|
|
@ -60,9 +61,6 @@ extern BOOL xpbproxy_init (void);
|
|||
#define XSERVER_VERSION "?"
|
||||
#endif
|
||||
|
||||
#define ProximityIn 0
|
||||
#define ProximityOut 1
|
||||
|
||||
/* Stuck modifier / button state... force release when we context switch */
|
||||
static NSEventType keyState[NUM_KEYCODES];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue