emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src termhooks.h


From: David Reitter
Subject: [Emacs-diffs] emacs/src termhooks.h
Date: Thu, 12 Mar 2009 01:55:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Reitter <davidswelt>      09/03/12 01:55:52

Modified files:
        src            : termhooks.h 

Log message:
        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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/termhooks.h?cvsroot=emacs&r1=1.101&r2=1.102

Patches:
Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- termhooks.h 25 Jan 2009 19:43:35 -0000      1.101
+++ termhooks.h 12 Mar 2009 01:55:52 -0000      1.102
@@ -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
 
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]