diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-08-25 20:11:38 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-08-25 20:16:47 -0700 |
commit | 07c935b72fb14cb12f1cb5afbf8cc81f97086bac (patch) | |
tree | ec38dc10cc96d9e99fb00bc9e50e87b185d7ae21 /hw/xquartz/darwinEvents.c | |
parent | 0f613007cd43545eda40825bd74ada3e6e5f36f6 (diff) |
XQuartz: Use applewmproto 1.4 updated headers.
(cherry picked from commit 203df06c0eb2dcd5adfa788a1ba9569650c15f9c)
Diffstat (limited to 'hw/xquartz/darwinEvents.c')
-rw-r--r-- | hw/xquartz/darwinEvents.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xquartz/darwinEvents.c b/hw/xquartz/darwinEvents.c index 42e12dc58..4822af479 100644 --- a/hw/xquartz/darwinEvents.c +++ b/hw/xquartz/darwinEvents.c @@ -67,9 +67,8 @@ in this Software without prior written authorization from The Open Group. #define SCROLLWHEELLEFTFAKE 6 #define SCROLLWHEELRIGHTFAKE 7 -#define _APPLEWM_SERVER_ +#include <X11/extensions/applewmconst.h> #include "applewmExt.h" -#include <X11/extensions/applewm.h> /* FIXME: Abstract this better */ void QuartzModeEQInit(void); |