diff options
| author | Geoff Voelker | 1998-12-02 23:00:14 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-12-02 23:00:14 +0000 |
| commit | dba46b7c5dbb9b8520f9d2afd9ff247c36b34235 (patch) | |
| tree | d7f8c65e4a728f4e6206bf84166c611163c3229f /src | |
| parent | 501d50943c584fbaee496c2f2b1df753304db2b2 (diff) | |
| download | emacs-dba46b7c5dbb9b8520f9d2afd9ff247c36b34235.tar.gz emacs-dba46b7c5dbb9b8520f9d2afd9ff247c36b34235.zip | |
termhooks.h (event_kind) [WINDOWSNT]: Define
language_change_event.
Diffstat (limited to 'src')
| -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 | |||
| 249 | the wheel event occurred in. | 249 | the wheel event occurred in. |
| 250 | .timestamp gives a timestamp (in | 250 | .timestamp gives a timestamp (in |
| 251 | milliseconds) for the wheel event. */ | 251 | milliseconds) for the wheel event. */ |
| 252 | language_change_event, /* A language_change event is generated | ||
| 253 | on WINDOWSNT when the keyboard layout | ||
| 254 | or input language is changed by the | ||
| 255 | user. */ | ||
| 252 | #endif | 256 | #endif |
| 253 | scroll_bar_click, /* .code gives the number of the mouse button | 257 | scroll_bar_click, /* .code gives the number of the mouse button |
| 254 | that was clicked. | 258 | that was clicked. |