summaryrefslogtreecommitdiff
path: root/include/dixfont.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU>2007-12-07 18:54:58 -0800
committerJeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU>2007-12-07 18:54:58 -0800
commit0ad1c359c5b0be63748f5c630c97be88a8cc92ce (patch)
treece9a9f7b0f4b3bb4dc5fe180f6eb38a825f5d6fa /include/dixfont.h
parent85ed0bb44011312dfaa9f2dc31642a0f89ec0bd3 (diff)
Darwin: Use __APPLE__ instead of __DARWIN__
(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175)
Diffstat (limited to 'include/dixfont.h')
-rw-r--r--include/dixfont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dixfont.h b/include/dixfont.h
index 709da6272..d6d13b40a 100644
--- a/include/dixfont.h
+++ b/include/dixfont.h
@@ -118,7 +118,7 @@ extern void DeleteClientFontStuff(ClientPtr /*client*/);
/* Quartz support on Mac OS X pulls in the QuickDraw
framework whose InitFonts function conflicts here. */
-#ifdef __DARWIN__
+#ifdef __APPLE__
#define InitFonts Darwin_X_InitFonts
#endif
extern void InitFonts(void);