]> git.eshelyaron.com Git - emacs.git/commitdiff
termhooks.h (event_kind) [WINDOWSNT]: Define
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:14 +0000 (23:00 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:14 +0000 (23:00 +0000)
language_change_event.

src/termhooks.h

index f5928d7c54d3b552935623be897a711fb549346c..caf25e637fc569e2f18ec944be85722e8bb08ac3 100644 (file)
@@ -249,6 +249,10 @@ enum event_kind
                                   the wheel event occurred in.
                                   .timestamp gives a timestamp (in
                                   milliseconds) for the wheel event.  */
+  language_change_event,       /* A language_change event is generated
+                                  on WINDOWSNT when the keyboard layout
+                                  or input language is changed by the
+                                  user.  */
 #endif
   scroll_bar_click,            /* .code gives the number of the mouse button
                                   that was clicked.