/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.700 by rms, Sat Jul 20 21:47:00 2002 UTC revision 1.701 by rms, Mon Jul 29 01:55:43 2002 UTC
# Line 5185  make_lispy_event (event) Line 5185  make_lispy_event (event)
5185          }          }
5186        }        }
5187    
5188  #if USE_TOOLKIT_SCROLL_BARS  #ifdef USE_TOOLKIT_SCROLL_BARS
5189    
5190        /* We don't have down and up events if using toolkit scroll bars,        /* We don't have down and up events if using toolkit scroll bars,
5191           so make this always a click event.  Store in the `part' of           so make this always a click event.  Store in the `part' of
# Line 5221  make_lispy_event (event) Line 5221  make_lispy_event (event)
5221    
5222          /* Always treat scroll bar events as clicks. */          /* Always treat scroll bar events as clicks. */
5223          event->modifiers |= click_modifier;          event->modifiers |= click_modifier;
5224            event->modifiers &= ~up_modifier;
5225    
5226          /* Get the symbol we should use for the mouse click.  */          /* Get the symbol we should use for the mouse click.  */
5227          head = modify_event_symbol (event->code,          head = modify_event_symbol (event->code,

Legend:
Removed from v.1.700  
changed lines
  Added in v.1.701

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26