Changeset 1418 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 23, 1999, 6:45:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1405 r1418 1 /* $Id: win32wbase.h,v 1.3 2 1999-10-22 18:11:48 sandervlExp $ */1 /* $Id: win32wbase.h,v 1.33 1999-10-23 16:45:24 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 77 77 ULONG MsgKillFocus(HWND hwnd); 78 78 ULONG MsgTimer(ULONG TimerID); 79 ULONG MsgSysTimer(ULONG TimerID); 79 80 ULONG MsgScroll(ULONG msg, ULONG scrollCode, ULONG scrollPos); 80 81 ULONG MsgCommand(ULONG cmd, ULONG Id, HWND hwnd); … … 148 149 BOOL ShowWindow(ULONG nCmdShow); 149 150 BOOL SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags); 150 151 BOOL SetWindowPlacement(WINDOWPLACEMENT *winpos); 151 152 BOOL DestroyWindow(); 152 153 HWND SetActiveWindow(); … … 218 219 ULONG getBorderHeight() { return borderHeight; }; 219 220 220 static 221 static 222 static 221 static void NC_AdjustRectInner(LPRECT rect, DWORD style, DWORD exStyle); 222 static void NC_AdjustRectOuter(LPRECT rect, DWORD style, BOOL menu, DWORD exStyle); 223 static BOOL WindowNeedsWMBorder( DWORD style, DWORD exStyle ); 223 224 224 225 PVOID getOldWndProc() { return pOldWndProc; } … … 303 304 #ifndef OS2_INCLUDED 304 305 void GetMinMaxInfo(POINT *maxSize, POINT *maxPos, POINT *minTrack, POINT *maxTrack ); 305 306 LONG HandleWindowPosChanging(WINDOWPOS *winpos); 306 307 LONG HandleSysCommand(WPARAM wParam, POINT *pt32); 307 308
Note:
See TracChangeset
for help on using the changeset viewer.