aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Reitter2009-03-12 01:55:52 +0000
committerDavid Reitter2009-03-12 01:55:52 +0000
commite76df1c0bd24328b1f2b18a30a577f03186540bb (patch)
treed2594b6d9a302624f344c0dc378764ee73457c4d /src
parentd6220c135936bc8392eb7408c93320d6b2ab275c (diff)
downloademacs-e76df1c0bd24328b1f2b18a30a577f03186540bb.tar.gz
emacs-e76df1c0bd24328b1f2b18a30a577f03186540bb.zip
termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT were used for such events.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 5dedd487a2a..d8f0cb0b295 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -203,6 +203,8 @@ enum event_kind
203 /* Generated when native multi-keystroke input method is used to modify 203 /* Generated when native multi-keystroke input method is used to modify
204 tentative or indicative text display. */ 204 tentative or indicative text display. */
205 , NS_TEXT_EVENT 205 , NS_TEXT_EVENT
206 /* Non-key system events (e.g. application menu events) */
207 , NS_NONKEY_EVENT
206#endif 208#endif
207 209
208}; 210};