[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macgui.h
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/macgui.h |
Date: |
Sun, 12 Mar 2006 08:20:24 +0000 |
Index: emacs/src/macgui.h
diff -u emacs/src/macgui.h:1.29 emacs/src/macgui.h:1.30
--- emacs/src/macgui.h:1.29 Wed Feb 22 07:59:26 2006
+++ emacs/src/macgui.h Sun Mar 12 08:20:24 2006
@@ -79,6 +79,18 @@
#include <Gestalt.h>
#endif /* not HAVE_CARBON */
+#ifndef USE_CG_TEXT_DRAWING
+#if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
+#define USE_CG_TEXT_DRAWING 1
+#endif
+#endif
+
+#ifndef USE_CG_DRAWING
+#if USE_ATSUI && defined (MAC_OSX)
+#define USE_CG_DRAWING 1
+#endif
+#endif
+
typedef WindowPtr Window;
typedef GWorldPtr Pixmap;
@@ -92,12 +104,6 @@
#endif
-#ifndef USE_CG_TEXT_DRAWING
-#if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
-#define USE_CG_TEXT_DRAWING 1
-#endif
-#endif
-
/* Emulate XCharStruct. */
typedef struct _XCharStruct
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/macgui.h,
YAMAMOTO Mitsuharu <=