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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Fri, 09 Dec 2005 20:50:12 -0500

Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.70 emacs/src/termhooks.h:1.71
*** emacs/src/termhooks.h:1.70  Sun Aug  7 12:33:18 2005
--- emacs/src/termhooks.h       Sat Dec 10 01:50:12 2005
***************
*** 278,284 ****
                                   by MS-Windows scroll bar controls. */
  #endif
    SELECTION_REQUEST_EVENT,    /* Another X client wants a selection from us.
!                                  See `struct selection_event'.  */
    SELECTION_CLEAR_EVENT,      /* Another X client cleared our selection.  */
    BUFFER_SWITCH_EVENT,                /* A process filter has switched 
buffers.  */
    DELETE_WINDOW_EVENT,                /* An X client said "delete this 
window".  */
--- 278,284 ----
                                   by MS-Windows scroll bar controls. */
  #endif
    SELECTION_REQUEST_EVENT,    /* Another X client wants a selection from us.
!                                  See `struct selection_input_event'.  */
    SELECTION_CLEAR_EVENT,      /* Another X client cleared our selection.  */
    BUFFER_SWITCH_EVENT,                /* A process filter has switched 
buffers.  */
    DELETE_WINDOW_EVENT,                /* An X client said "delete this 
window".  */
***************
*** 326,337 ****
  
    /* Queued from XTread_socket when session manager sends
       save yourself before shutdown. */
!   SAVE_SESSION_EVENT
  };
  
  /* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT
     or SELECTION_CLEAR_EVENT, then its contents are really described
!    by `struct selection_event'; see xterm.h.  */
  
  /* The keyboard input buffer is an array of these structures.  Each one
     represents some sort of input event - a keystroke, a mouse click, or
--- 326,347 ----
  
    /* Queued from XTread_socket when session manager sends
       save yourself before shutdown. */
!   SAVE_SESSION_EVENT,
! 
! #ifdef MAC_OS
!   /* Generated when an Apple event, a HICommand event, or a Services
!      menu event is received and the corresponding handler is
!      registered.  Members `x' and `y' are for the event class and ID
!      symbols, respectively.  Member `code' points to the Apple event
!      descriptor.  Parameters for Non-Apple events are converted to
!      those in Apple events.  */
!   MAC_APPLE_EVENT
! #endif
  };
  
  /* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT
     or SELECTION_CLEAR_EVENT, then its contents are really described
!    by `struct selection_input_event'; see xterm.h.  */
  
  /* The keyboard input buffer is an array of these structures.  Each one
     represents some sort of input event - a keystroke, a mouse click, or
***************
*** 357,363 ****
    unsigned long timestamp;
  
    /* This is padding just to put the frame_or_window field
!      past the size of struct selection_event.  */
    int *padding[2];
  
    /* This field is copied into a vector while the event is in the queue,
--- 367,373 ----
    unsigned long timestamp;
  
    /* This is padding just to put the frame_or_window field
!      past the size of struct selection_input_event.  */
    int *padding[2];
  
    /* This field is copied into a vector while the event is in the queue,




reply via email to

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