diff options
| -rw-r--r-- | src/macterm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index a1a0a1229d6..55bf583c214 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -550,6 +550,11 @@ enum { | |||
| 550 | KEY_EMACS_SUSPENSION_ID_ATTR = 'esId' /* typeUInt32 */ | 550 | KEY_EMACS_SUSPENSION_ID_ATTR = 'esId' /* typeUInt32 */ |
| 551 | }; | 551 | }; |
| 552 | 552 | ||
| 553 | /* Carbon event parameter names. */ | ||
| 554 | enum { | ||
| 555 | EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER = 'tsSn' /* typeUInt32 */ | ||
| 556 | }; | ||
| 557 | |||
| 553 | /* Some constants that are not defined in older versions. */ | 558 | /* Some constants that are not defined in older versions. */ |
| 554 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1030 | 559 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1030 |
| 555 | /* Keywords for Apple event attributes */ | 560 | /* Keywords for Apple event attributes */ |