Mercurial > emacs
changeset 71179:6ac6b21d26f4
(EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 03 Jun 2006 02:34:25 +0000 |
parents | d098ef877d70 |
children | 727e23c24e03 |
files | src/macterm.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.h Sat Jun 03 02:34:11 2006 +0000 +++ b/src/macterm.h Sat Jun 03 02:34:25 2006 +0000 @@ -550,6 +550,11 @@ KEY_EMACS_SUSPENSION_ID_ATTR = 'esId' /* typeUInt32 */ }; +/* Carbon event parameter names. */ +enum { + EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER = 'tsSn' /* typeUInt32 */ +}; + /* Some constants that are not defined in older versions. */ #if MAC_OS_X_VERSION_MAX_ALLOWED < 1030 /* Keywords for Apple event attributes */