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: Tue, 12 Apr 2005 06:26:24 -0400

Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.67 emacs/src/termhooks.h:1.68
*** emacs/src/termhooks.h:1.67  Fri Feb 27 23:48:49 2004
--- emacs/src/termhooks.h       Tue Apr 12 10:26:24 2005
***************
*** 252,261 ****
                                   the wheel event occurred in.
                                   .timestamp gives a timestamp (in
                                   milliseconds) for the event.  */
! #ifdef WINDOWSNT
!   LANGUAGE_CHANGE_EVENT,      /* A LANGUAGE_CHANGE_EVENT is generated
!                                  on WINDOWSNT when the keyboard layout
!                                  or input language is changed by the
                                   user.  */
  #endif
    SCROLL_BAR_CLICK_EVENT,     /* .code gives the number of the mouse button
--- 252,262 ----
                                   the wheel event occurred in.
                                   .timestamp gives a timestamp (in
                                   milliseconds) for the event.  */
! #if defined (WINDOWSNT) || defined (MAC_OS)
!   LANGUAGE_CHANGE_EVENT,      /* A LANGUAGE_CHANGE_EVENT is
!                                  generated on WINDOWSNT or Mac OS
!                                  when the keyboard layout or input
!                                  language is changed by the
                                   user.  */
  #endif
    SCROLL_BAR_CLICK_EVENT,     /* .code gives the number of the mouse button




reply via email to

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