Mercurial > emacs
changeset 102502:23b9944ae977
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.
author | David Reitter <david.reitter@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 01:55:52 +0000 |
parents | ff55e20366a5 |
children | af863de45184 |
files | src/termhooks.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Thu Mar 12 01:55:15 2009 +0000 +++ b/src/termhooks.h Thu Mar 12 01:55:52 2009 +0000 @@ -203,6 +203,8 @@ /* Generated when native multi-keystroke input method is used to modify tentative or indicative text display. */ , NS_TEXT_EVENT + /* Non-key system events (e.g. application menu events) */ + , NS_NONKEY_EVENT #endif };