mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
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.
This commit is contained in:
parent
d6220c1359
commit
e76df1c0bd
1 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ enum event_kind
|
|||
/* 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
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue