diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-12 10:26:24 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-12 10:26:24 +0000 |
commit | 9c5501d9ee5d122b69777ef52927fd54dbfab43e (patch) | |
tree | cd64bce700ece1212b7f4a652b94553d4ac78316 /src/termhooks.h | |
parent | 778f4455230cec7470ee31020a177cedd8ca81b8 (diff) | |
download | emacs-9c5501d9ee5d122b69777ef52927fd54dbfab43e.tar.gz |
(enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
Diffstat (limited to 'src/termhooks.h')
-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 the wheel event occurred in. .timestamp gives a timestamp (in milliseconds) for the event. */ -#ifdef WINDOWSNT - LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated - on WINDOWSNT when the keyboard layout - or input language is changed by the +#if defined (WINDOWSNT) || defined (MAC_OS) + LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is + generated on WINDOWSNT or Mac OS + when the keyboard layout or input + language is changed by the user. */ #endif SCROLL_BAR_CLICK_EVENT, /* .code gives the number of the mouse button |