summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/cr/XView.m
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.(none)>2007-02-17 00:09:58 -0800
committerBen Byer <bbyer@bbyer.(none)>2007-02-17 00:09:58 -0800
commit612144c811fdf06b7c03cf48a321388fe411acd4 (patch)
treeac886698b560c90de048fb680db82a9bf809d72d /hw/darwin/quartz/cr/XView.m
parent68d39d8571d8717d26cedc84015d537549520a14 (diff)
More build fixes / updates for XDarwin:
quartz/cr: "Cocoa Rootless" support (deprecated in favor of xpr?) quartz/fullscreen: Fullscreen support using Xplugin (not yet functional)
Diffstat (limited to 'hw/darwin/quartz/cr/XView.m')
-rw-r--r--hw/darwin/quartz/cr/XView.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/darwin/quartz/cr/XView.m b/hw/darwin/quartz/cr/XView.m
index 5feac6b42..8bcd1a76f 100644
--- a/hw/darwin/quartz/cr/XView.m
+++ b/hw/darwin/quartz/cr/XView.m
@@ -30,7 +30,9 @@
* use or other dealings in this Software without prior written authorization.
*/
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/cr/XView.m,v 1.1 2003/06/07 05:49:07 torrey Exp $ */
-
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
#import "XView.h"