Changeset 2415 for trunk/src/user32/new/win32wbase.h
- Timestamp:
 - Jan 12, 2000, 1:41:20 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/new/win32wbase.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/new/win32wbase.h
r2410 r2415 1 /* $Id: win32wbase.h,v 1.2 4 2000-01-11 17:34:44 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.25 2000-01-12 12:40:49 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 115 115 ULONG MsgPaint(ULONG tmp1, BOOL select = TRUE); 116 116 ULONG MsgEraseBackGround(HDC hdc); 117 ULONG MsgInitMenu(MSG *msg);118 117 ULONG MsgHitTest(ULONG x, ULONG y); 119 118 ULONG MsgNCPaint(); … … 125 124 ULONG MsgGetTextLength(); 126 125 char *MsgGetText(); 127 ULONG MsgContextMenu(ULONG x,ULONG y);128 126 VOID updateWindowStyle(DWORD oldExStyle,DWORD oldStyle); 129 127  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  