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:
Jeremy Huddleston 2009-04-11 16:53:59 -07:00
parent 80a7bb2605
commit 140463a197

View File

@ -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];