Changeset 944 for trunk/src/user32/new/win32wbase.h
- Timestamp:
- Sep 15, 1999, 8:03:46 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/win32wbase.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wbase.h
r896 r944 1 /* $Id: win32wbase.h,v 1.1 0 1999-09-09 18:08:19dengert Exp $ */1 /* $Id: win32wbase.h,v 1.11 1999-09-15 18:03:46 dengert Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 79 79 ULONG MsgButton(ULONG msg, ULONG ncx, ULONG ncy, ULONG clx, ULONG cly); 80 80 ULONG MsgMouseMove(ULONG keystate, ULONG x, ULONG y); 81 ULONG MsgPaint(ULONG tmp1, ULONG tmp2);81 ULONG MsgPaint(ULONG tmp1, BOOL select = TRUE); 82 82 ULONG MsgEraseBackGround(HDC hdc); 83 83 ULONG MsgSetText(LPSTR lpsz, LONG cch);
Note:
See TracChangeset
for help on using the changeset viewer.
