comparison src/macterm.h @ 75101:a7e7b1189938

(MAC_EMACS_CREATOR_CODE): New enumerator.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 05 Jan 2007 08:30:23 +0000
parents 18841c2d7fbd
children 17977cca87a6 d3099204c799
comparison
equal deleted inserted replaced
75100:d4a5d8d2cba2 75101:a7e7b1189938
529 /* Size of hourglass controls */ 529 /* Size of hourglass controls */
530 #define HOURGLASS_WIDTH 16 530 #define HOURGLASS_WIDTH 16
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. */
535 enum {
536 MAC_EMACS_CREATOR_CODE = 'EMAx'
537 };
538
534 /* Apple event descriptor types */ 539 /* Apple event descriptor types */
535 enum { 540 enum {
536 TYPE_FILE_NAME = 'fNam' 541 TYPE_FILE_NAME = 'fNam'
537 }; 542 };
538 543