diff options
| author | YAMAMOTO Mitsuharu | 2005-04-12 10:26:24 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-04-12 10:26:24 +0000 |
| commit | 9c5501d9ee5d122b69777ef52927fd54dbfab43e (patch) | |
| tree | cd64bce700ece1212b7f4a652b94553d4ac78316 /src | |
| parent | 778f4455230cec7470ee31020a177cedd8ca81b8 (diff) | |
| download | emacs-9c5501d9ee5d122b69777ef52927fd54dbfab43e.tar.gz emacs-9c5501d9ee5d122b69777ef52927fd54dbfab43e.zip | |
(enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 83721f65912..3e39e644173 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -252,10 +252,11 @@ enum event_kind | |||
| 252 | the wheel event occurred in. | 252 | the wheel event occurred in. |
| 253 | .timestamp gives a timestamp (in | 253 | .timestamp gives a timestamp (in |
| 254 | milliseconds) for the event. */ | 254 | milliseconds) for the event. */ |
| 255 | #ifdef WINDOWSNT | 255 | #if defined (WINDOWSNT) || defined (MAC_OS) |
| 256 | LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated | 256 | LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is |
| 257 | on WINDOWSNT when the keyboard layout | 257 | generated on WINDOWSNT or Mac OS |
| 258 | or input language is changed by the | 258 | when the keyboard layout or input |
| 259 | language is changed by the | ||
| 259 | user. */ | 260 | user. */ |
| 260 | #endif | 261 | #endif |
| 261 | SCROLL_BAR_CLICK_EVENT, /* .code gives the number of the mouse button | 262 | SCROLL_BAR_CLICK_EVENT, /* .code gives the number of the mouse button |