From: Geoff Voelker Date: Wed, 2 Dec 1998 23:00:14 +0000 (+0000) Subject: termhooks.h (event_kind) [WINDOWSNT]: Define X-Git-Tag: emacs-20.4~1149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dba46b7c5dbb9b8520f9d2afd9ff247c36b34235;p=emacs.git termhooks.h (event_kind) [WINDOWSNT]: Define language_change_event. --- diff --git a/src/termhooks.h b/src/termhooks.h index f5928d7c54d..caf25e637fc 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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.