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: Sat, 01 Dec 2001 07:22:25 -0500

Index: emacs/src/w32term.h
diff -c emacs/src/w32term.h:1.39 emacs/src/w32term.h:1.40
*** emacs/src/w32term.h:1.39    Fri Nov 30 20:24:42 2001
--- emacs/src/w32term.h Sat Dec  1 07:22:25 2001
***************
*** 806,811 ****
--- 806,826 ----
  #define RIGHT_WIN_PRESSED      0x4000
  #define APPS_PRESSED           0x2000
  
+ /* When compiling on Windows 9x/ME and NT 3.x, the following are not defined
+    (even though they are supported on 98 and ME.  */
+ #ifndef WM_MOUSELEAVE
+ #define WM_MOUSELEAVE 0x02A3
+ #define TME_LEAVE 0x00000002;
+ 
+ typedef struct tagTRACKMOUSEEVENT 
+ {
+   DWORD cbSize;
+   DWORD dwFlags;
+   HWND hwndTrack;
+   DWORD dwHoverTime;
+ } TRACKMOUSEEVENT;
+ #endif
+ 
  struct image;
  struct face;
  



reply via email to

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