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/X11Controller.m | |
parent | 0f613007cd43545eda40825bd74ada3e6e5f36f6 (diff) |
XQuartz: Use applewmproto 1.4 updated headers.
(cherry picked from commit 203df06c0eb2dcd5adfa788a1ba9569650c15f9c)
Diffstat (limited to 'hw/xquartz/X11Controller.m')
-rw-r--r-- | hw/xquartz/X11Controller.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xquartz/X11Controller.m b/hw/xquartz/X11Controller.m index 990053705..46ed02241 100644 --- a/hw/xquartz/X11Controller.m +++ b/hw/xquartz/X11Controller.m @@ -43,8 +43,7 @@ #include "darwin.h" #include "darwinEvents.h" #include "quartz.h" -#define _APPLEWM_SERVER_ -#include "X11/extensions/applewm.h" +#include <X11/extensions/applewmconst.h> #include "applewmExt.h" #include <stdio.h> |