aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
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 9aedede55bf..d424ad75e4a 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -103,10 +103,11 @@ enum event_kind
103 the wheel event occurred in. 103 the wheel event occurred in.
104 .timestamp gives a timestamp (in 104 .timestamp gives a timestamp (in
105 milliseconds) for the event. */ 105 milliseconds) for the event. */
106#ifdef WINDOWSNT 106#if defined (WINDOWSNT) || defined (MAC_OS)
107 LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated 107 LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is
108 on WINDOWSNT when the keyboard layout 108 generated on WINDOWSNT or Mac OS
109 or input language is changed by the 109 when the keyboard layout or input
110 language is changed by the
110 user. */ 111 user. */
111#endif 112#endif
112 SCROLL_BAR_CLICK_EVENT, /* .code gives the number of the mouse button 113 SCROLL_BAR_CLICK_EVENT, /* .code gives the number of the mouse button