diff options
| author | YAMAMOTO Mitsuharu | 2005-08-31 08:35:44 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-08-31 08:35:44 +0000 |
| commit | 886a6e31bc6c014c196b1c91df10e327f10d032e (patch) | |
| tree | e99f5124f11268263738096adfcc1d396eba8efc /src/macgui.h | |
| parent | 9ecf64037181137928e5288b19837b8638898bc1 (diff) | |
| download | emacs-886a6e31bc6c014c196b1c91df10e327f10d032e.tar.gz emacs-886a6e31bc6c014c196b1c91df10e327f10d032e.zip | |
[!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
Diffstat (limited to 'src/macgui.h')
| -rw-r--r-- | src/macgui.h | 4 |
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. */ |
| 92 | typedef struct _XCharStruct | 96 | typedef struct _XCharStruct |