[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.h,v [EMACS_22_BASE]
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.h,v [EMACS_22_BASE] |
Date: |
Mon, 21 Jul 2008 04:21:11 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: YAMAMOTO Mitsuharu <mituharu> 08/07/21 04:21:11
Index: macterm.h
===================================================================
RCS file: /sources/emacs/emacs/src/macterm.h,v
retrieving revision 1.57.2.9
retrieving revision 1.57.2.10
diff -u -b -r1.57.2.9 -r1.57.2.10
--- macterm.h 11 Jul 2008 08:53:20 -0000 1.57.2.9
+++ macterm.h 21 Jul 2008 04:21:10 -0000 1.57.2.10
@@ -611,7 +611,13 @@
kEventParamWindowMouseLocation = 'wmou'
};
#endif
+
+/* kCGBitmapByteOrder32Host is defined in Universal SDK for 10.4 but
+ not in PPC SDK for 10.4.0. */
+#if MAC_OS_X_VERSION_MAX_ALLOWED < 1050 && !defined (kCGBitmapByteOrder32Host)
+#define kCGBitmapByteOrder32Host 0
#endif
+#endif /* MAC_OSX */
struct frame;
struct face;