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/applewm.c | |
parent | 0f613007cd43545eda40825bd74ada3e6e5f36f6 (diff) |
XQuartz: Use applewmproto 1.4 updated headers.
(cherry picked from commit 203df06c0eb2dcd5adfa788a1ba9569650c15f9c)
Diffstat (limited to 'hw/xquartz/applewm.c')
-rw-r--r-- | hw/xquartz/applewm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/applewm.c b/hw/xquartz/applewm.c index ad3858372..330bac4a4 100644 --- a/hw/xquartz/applewm.c +++ b/hw/xquartz/applewm.c @@ -47,7 +47,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <X11/Xatom.h> #include "darwin.h" #define _APPLEWM_SERVER_ -#include "X11/extensions/applewmstr.h" +#include <X11/extensions/applewmproto.h> #include "applewmExt.h" #include "X11Application.h" |