aboutsummaryrefslogtreecommitdiffstats
path: root/src/macgui.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-08-31 08:35:44 +0000
committerYAMAMOTO Mitsuharu2005-08-31 08:35:44 +0000
commit886a6e31bc6c014c196b1c91df10e327f10d032e (patch)
treee99f5124f11268263738096adfcc1d396eba8efc /src/macgui.h
parent9ecf64037181137928e5288b19837b8638898bc1 (diff)
downloademacs-886a6e31bc6c014c196b1c91df10e327f10d032e.tar.gz
emacs-886a6e31bc6c014c196b1c91df10e327f10d032e.zip
[!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
Diffstat (limited to 'src/macgui.h')
-rw-r--r--src/macgui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h
index 9591b7a8e3d..607890317e1 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -87,6 +87,10 @@ typedef GWorldPtr Pixmap;
87 87
88#define FACE_DEFAULT (~0) 88#define FACE_DEFAULT (~0)
89 89
90#if !TARGET_API_MAC_CARBON
91#define GetPixDepth(pmh) ((*(pmh))->pixelSize)
92#endif
93
90 94
91/* Emulate XCharStruct. */ 95/* Emulate XCharStruct. */
92typedef struct _XCharStruct 96typedef struct _XCharStruct