diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-12-02 23:00:14 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-12-02 23:00:14 +0000 |
commit | dba46b7c5dbb9b8520f9d2afd9ff247c36b34235 (patch) | |
tree | d7f8c65e4a728f4e6206bf84166c611163c3229f /src/termhooks.h | |
parent | 501d50943c584fbaee496c2f2b1df753304db2b2 (diff) | |
download | emacs-dba46b7c5dbb9b8520f9d2afd9ff247c36b34235.tar.gz |
termhooks.h (event_kind) [WINDOWSNT]: Define
language_change_event.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. |