Mercurial > emacs
changeset 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 | 0bf811ce5c67 |
children | 119fd94ae526 |
files | src/termhooks.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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.