aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-01-05 08:30:33 +0000
committerYAMAMOTO Mitsuharu2007-01-05 08:30:33 +0000
commit1675bac73f18d8affc8e53c346f57d4ba8608e6e (patch)
tree18c8408f2f0f2ef3f6cab63b5dbad7dda5ce69a4 /src/macterm.h
parente2d3b7e128b6457965567bb842b84658eb8480f7 (diff)
downloademacs-1675bac73f18d8affc8e53c346f57d4ba8608e6e.tar.gz
emacs-1675bac73f18d8affc8e53c346f57d4ba8608e6e.zip
(MAC_EMACS_CREATOR_CODE): New enumerator.
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h
index 856d349f6f7..73239c28a52 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -531,6 +531,11 @@ struct scroll_bar {
531#define HOURGLASS_HEIGHT 16 531#define HOURGLASS_HEIGHT 16
532 532
533/* Some constants that are used locally. */ 533/* Some constants that are used locally. */
534/* Creator code for Emacs on Mac OS. */
535enum {
536 MAC_EMACS_CREATOR_CODE = 'EMAx'
537};
538
534/* Apple event descriptor types */ 539/* Apple event descriptor types */
535enum { 540enum {
536 TYPE_FILE_NAME = 'fNam' 541 TYPE_FILE_NAME = 'fNam'