emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.h
Date: Sun, 13 Jan 2002 07:13:26 -0500

Index: emacs/src/w32term.h
diff -c emacs/src/w32term.h:1.40 emacs/src/w32term.h:1.41
*** emacs/src/w32term.h:1.40    Sat Dec  1 07:22:25 2001
--- emacs/src/w32term.h Sun Jan 13 07:13:25 2002
***************
*** 699,704 ****
--- 699,708 ----
  #ifndef MSH_MOUSEWHEEL
  #define MSH_MOUSEWHEEL                       "MSWHEEL_ROLLMSG"
  #endif /* MSH_MOUSEWHEEL */
+ #ifndef WM_XBUTTONDOWN
+ #define WM_XBUTTONDOWN                 (WM_MOUSEWHEEL + 1)
+ #define WM_XBUTTONUP                   (WM_MOUSEWHEEL + 2)
+ #endif /* WM_XBUTTONDOWN */
  
  #define WM_EMACS_START                 (WM_USER + 1)
  #define WM_EMACS_KILL                  (WM_EMACS_START + 0)



reply via email to

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