1
Fork 0
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:
David Reitter 2009-03-12 01:55:52 +00:00
parent d6220c1359
commit e76df1c0bd

View file

@ -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
};