Mercurial > emacs
diff src/termhooks.h @ 49600:23a1cea22d13
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 14:56:31 +0000 |
| parents | b7e13d33cf41 |
| children | 8f30748bdf8f d7ddb3e565de |
line wrap: on
line diff
--- a/src/termhooks.h Tue Feb 04 13:30:45 2003 +0000 +++ b/src/termhooks.h Tue Feb 04 14:56:31 2003 +0000 @@ -162,7 +162,7 @@ /* Arrange for all scroll bars on FRAME to be removed at the next call to `*judge_scroll_bars_hook'. A scroll bar may be spared if - `*redeem_scroll_bar_hook' is applied to its window before the judgement. + `*redeem_scroll_bar_hook' is applied to its window before the judgement. This should be applied to each frame each time its window tree is redisplayed, even if it is not displaying scroll bars at the moment; @@ -179,7 +179,7 @@ extern void (*redeem_scroll_bar_hook) P_ ((struct window *window)); /* Remove all scroll bars on FRAME that haven't been saved since the - last call to `*condemn_scroll_bars_hook'. + last call to `*condemn_scroll_bars_hook'. This should be applied to each frame after each time its window tree is redisplayed, even if it is not displaying scroll bars at the @@ -241,8 +241,8 @@ .timestamp gives a timestamp (in milliseconds) for the click. */ #if defined(WINDOWSNT) || defined(MAC_OSX) - MOUSE_WHEEL_EVENT, /* A mouse-wheel event is generated - on WINDOWSNT or MAC_OSX by a + MOUSE_WHEEL_EVENT, /* A mouse-wheel event is generated + on WINDOWSNT or MAC_OSX by a wheel on a mouse (e.g., MS Intellimouse). The event contains a delta that corresponds to the amount and direction that the wheel @@ -298,7 +298,7 @@ files selected outside of Emacs are dropped onto an Emacs window. Currently used only on Windows NT. - .modifiers holds the state of the + .modifiers holds the state of the modifier keys. .x and .y give the mouse position, in characters, within the window. @@ -346,7 +346,7 @@ { /* What kind of event was this? */ enum event_kind kind; - + /* For an ASCII_KEYSTROKE_EVENT and MULTIBYTE_CHAR_KEYSTROKE_EVENT, this is the character. For a NON_ASCII_KEYSTROKE_EVENT, this is the keysym code. @@ -386,7 +386,7 @@ /* Bits in the modifiers member of the input_event structure. Note that reorder_modifiers assumes that the bits are in canonical - order. + order. The modifiers applied to mouse clicks are rather ornate. The window-system-specific code should store mouse clicks with
