comparison src/termhooks.h @ 90143:146c086df160

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 241-257) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 59-65) - Update from CVS - Merge from emacs--cvs-trunk--0 - (mm-string-to-multibyte): Use Gnus trunk definition.
author Miles Bader <miles@gnu.org>
date Thu, 14 Apr 2005 05:03:52 +0000
parents 68c22ea6027c 1ccfb57e0ed0
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90142:627771f44771 90143:146c086df160
250 in characters, within the window. 250 in characters, within the window.
251 .frame_or_window gives the frame 251 .frame_or_window gives the frame
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
262 that was clicked. 263 that was clicked.
263 .modifiers holds the state of the modifier 264 .modifiers holds the state of the modifier