]> git.eshelyaron.com Git - emacs.git/commitdiff
termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events...
authorDavid Reitter <david.reitter@gmail.com>
Thu, 12 Mar 2009 01:55:52 +0000 (01:55 +0000)
committerDavid Reitter <david.reitter@gmail.com>
Thu, 12 Mar 2009 01:55:52 +0000 (01:55 +0000)
src/termhooks.h

index 5dedd487a2a3bf1630163a65635df5a7cd3417d7..d8f0cb0b2957fc312ba1e47d464f2c5d678dbcab 100644 (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
 
 };