summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-04-12 10:26:24 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-04-12 10:26:24 +0000
commit9c5501d9ee5d122b69777ef52927fd54dbfab43e (patch)
treecd64bce700ece1212b7f4a652b94553d4ac78316 /src/termhooks.h
parent778f4455230cec7470ee31020a177cedd8ca81b8 (diff)
downloademacs-9c5501d9ee5d122b69777ef52927fd54dbfab43e.tar.gz
(enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h9
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