Mercurial > emacs
diff src/termhooks.h @ 23800:a7dd4cded68c
termhooks.h (event_kind) [WINDOWSNT]: Define
language_change_event.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Wed, 02 Dec 1998 23:00:14 +0000 |
| parents | 93207874c93c |
| children | c0b139a546c0 |
line wrap: on
line diff
--- a/src/termhooks.h Wed Dec 02 23:00:02 1998 +0000 +++ b/src/termhooks.h Wed Dec 02 23:00:14 1998 +0000 @@ -249,6 +249,10 @@ 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.
