aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker <[email protected]>1998-12-02 23:00:14 +0000
committerGeoff Voelker <[email protected]>1998-12-02 23:00:14 +0000
commitdba46b7c5dbb9b8520f9d2afd9ff247c36b34235 (patch)
treed7f8c65e4a728f4e6206bf84166c611163c3229f /src
parent501d50943c584fbaee496c2f2b1df753304db2b2 (diff)
termhooks.h (event_kind) [WINDOWSNT]: Define
language_change_event.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index f5928d7c54..caf25e637f 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.