diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-09-19 05:58:22 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-09-19 05:58:22 -0700 |
commit | c140d20f4ade973496dcbbd06453402ef0c0e85c (patch) | |
tree | bdd75de536044d0830c66a391d5056fe26d978b3 /hw/darwin/quartz/XServer.m | |
parent | bcb5e3e6276ce9ae7a4dae7434cf2247764da078 (diff) |
XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not using the X.org ddx anymore
Diffstat (limited to 'hw/darwin/quartz/XServer.m')
-rw-r--r-- | hw/darwin/quartz/XServer.m | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/darwin/quartz/XServer.m b/hw/darwin/quartz/XServer.m index 32bfbf58f..14776f888 100644 --- a/hw/darwin/quartz/XServer.m +++ b/hw/darwin/quartz/XServer.m @@ -35,10 +35,8 @@ * authorization. */ /* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/XServer.m,v 1.3 2004/07/30 19:12:17 torrey Exp $ */ -/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/XServer.m,v 1.19 2003/11/24 05:39:01 torrey Exp $ */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif + +#include <dix-config.h> #include "quartzCommon.h" #define BOOL xBOOL |