emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h
Date: Sat, 03 Jun 2006 02:34:25 +0000

Index: emacs/src/macterm.h
diff -u emacs/src/macterm.h:1.45 emacs/src/macterm.h:1.46
--- emacs/src/macterm.h:1.45    Mon May 29 09:43:18 2006
+++ emacs/src/macterm.h Sat Jun  3 02:34:25 2006
@@ -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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]