/[emacs]/emacs/src/w32term.h
ViewVC logotype

Diff of /emacs/src/w32term.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by kfstorm, Sat Dec 1 01:24:42 2001 UTC revision 1.40 by jasonr, Sat Dec 1 12:22:25 2001 UTC
# Line 806  extern BOOL parse_button (); Line 806  extern BOOL parse_button ();
806  #define RIGHT_WIN_PRESSED      0x4000  #define RIGHT_WIN_PRESSED      0x4000
807  #define APPS_PRESSED           0x2000  #define APPS_PRESSED           0x2000
808    
809    /* When compiling on Windows 9x/ME and NT 3.x, the following are not defined
810       (even though they are supported on 98 and ME.  */
811    #ifndef WM_MOUSELEAVE
812    #define WM_MOUSELEAVE 0x02A3
813    #define TME_LEAVE 0x00000002;
814    
815    typedef struct tagTRACKMOUSEEVENT
816    {
817      DWORD cbSize;
818      DWORD dwFlags;
819      HWND hwndTrack;
820      DWORD dwHoverTime;
821    } TRACKMOUSEEVENT;
822    #endif
823    
824  struct image;  struct image;
825  struct face;  struct face;
826    

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26