diff options
author | Jeremy Huddleston <jeremy@yuffie.local> | 2007-11-29 02:19:22 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@yuffie.local> | 2007-11-29 02:21:16 -0800 |
commit | 8a079be0dd0f2ce37868988cde4ac8895522b088 (patch) | |
tree | 631876c2e41b4a1bd15405abcf66ac823fb7a410 /hw/darwin/quartz/cr/XView.m | |
parent | 38397560612424b5b348f34c1a0bea8c47a574be (diff) |
Darwin: #ifdefs around dix-config.h include and NDEBUG/assert.h workaround.
(cherry picked from commit d2b768890f0878ae4e3fec8f7219e82b79256133)
Diffstat (limited to 'hw/darwin/quartz/cr/XView.m')
-rw-r--r-- | hw/darwin/quartz/cr/XView.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/darwin/quartz/cr/XView.m b/hw/darwin/quartz/cr/XView.m index 8379f9476..130b15f59 100644 --- a/hw/darwin/quartz/cr/XView.m +++ b/hw/darwin/quartz/cr/XView.m @@ -30,10 +30,13 @@ * use or other dealings in this Software without prior written authorization. */ +#ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> +#endif #import "XView.h" + @implementation XView - (BOOL)isFlipped |