[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/termhooks.h
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/src/termhooks.h |
Date: |
Mon, 28 Oct 2002 17:48:53 -0500 |
Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.59 emacs/src/termhooks.h:1.60
*** emacs/src/termhooks.h:1.59 Thu Jun 13 10:59:38 2002
--- emacs/src/termhooks.h Sat Aug 3 18:21:09 2002
***************
*** 242,250 ****
the mouse click occurred in.
.timestamp gives a timestamp (in
milliseconds) for the click. */
! #ifdef WINDOWSNT
MOUSE_WHEEL_EVENT, /* A mouse-wheel event is generated
! on WINDOWSNT 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
--- 242,250 ----
the mouse click occurred in.
.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
***************
*** 259,264 ****
--- 259,266 ----
the wheel event occurred in.
.timestamp gives a timestamp (in
milliseconds) for the wheel event. */
+ #endif
+ #ifdef WINDOWSNT
LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated
on WINDOWSNT when the keyboard layout
or input language is changed by the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/termhooks.h,
Dave Love <=