emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/termhooks.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Fri, 04 Apr 2003 01:24:07 -0500

Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.61 emacs/src/termhooks.h:1.62
*** emacs/src/termhooks.h:1.61  Wed Oct 30 14:17:50 2002
--- emacs/src/termhooks.h       Tue Feb  4 09:03:13 2003
***************
*** 162,168 ****
  
  /* 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. 
  
     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;
--- 162,168 ----
  
  /* 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.
  
     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,185 ****
  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'.  
  
     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
--- 179,185 ----
  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'.
  
     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,248 ****
                                   .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 
                                   wheel on a mouse (e.g., MS Intellimouse).
                                   The event contains a delta that corresponds
                                   to the amount and direction that the wheel
--- 241,248 ----
                                   .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
                                   wheel on a mouse (e.g., MS Intellimouse).
                                   The event contains a delta that corresponds
                                   to the amount and direction that the wheel
***************
*** 298,304 ****
                                   files selected outside of Emacs are dropped
                                   onto an Emacs window.
                                   Currently used only on Windows NT.
!                                  .modifiers holds the state of the 
                                   modifier keys.
                                   .x and .y give the mouse position,
                                   in characters, within the window.
--- 298,304 ----
                                   files selected outside of Emacs are dropped
                                   onto an Emacs window.
                                   Currently used only on Windows NT.
!                                  .modifiers holds the state of the
                                   modifier keys.
                                   .x and .y give the mouse position,
                                   in characters, within the window.
***************
*** 346,352 ****
  {
    /* 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.
--- 346,352 ----
  {
    /* 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,392 ****
  
  /* Bits in the modifiers member of the input_event structure.
     Note that reorder_modifiers assumes that the bits are in canonical
!    order.  
  
     The modifiers applied to mouse clicks are rather ornate.  The
     window-system-specific code should store mouse clicks with
--- 386,392 ----
  
  /* Bits in the modifiers member of the input_event structure.
     Note that reorder_modifiers assumes that the bits are in canonical
!    order.
  
     The modifiers applied to mouse clicks are rather ornate.  The
     window-system-specific code should store mouse clicks with




reply via email to

[Prev in Thread] Current Thread [Next in Thread]