aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2006-06-03 02:34:25 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2006-06-03 02:34:25 +0000
commitae674cef6cc7670fafbd7ade69a9d79814abb706 (patch)
treee8a0165b12a33f9382800872b15b3934b723eff8 /src/macterm.h
parent02236cbc8c55400fa78800065da0fb1e0ddd2ef0 (diff)
(EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): 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 a1a0a1229d..55bf583c21 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -550,6 +550,11 @@ enum {
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 */