summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/fullscreen/quartzCursor.c
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/fullscreen/quartzCursor.c
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/fullscreen/quartzCursor.c')
-rw-r--r--hw/darwin/quartz/fullscreen/quartzCursor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/darwin/quartz/fullscreen/quartzCursor.c b/hw/darwin/quartz/fullscreen/quartzCursor.c
index e2333e2ea..f3e753cc0 100644
--- a/hw/darwin/quartz/fullscreen/quartzCursor.c
+++ b/hw/darwin/quartz/fullscreen/quartzCursor.c
@@ -29,7 +29,9 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
-
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
#include "quartzCommon.h"
#include "quartzCursor.h"
#include "darwin.h"