Changeset 1425 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 24, 1999, 1:05:05 AM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32
-
Property svn:ignore
set to
user32.lrf
user32exp.def
resource.asm
-
Property svn:ignore
set to
-
trunk/src/user32/win32wbase.h
r1418 r1425 1 /* $Id: win32wbase.h,v 1.3 3 1999-10-23 16:45:24 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.34 1999-10-23 23:04:39 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 149 149 BOOL ShowWindow(ULONG nCmdShow); 150 150 BOOL SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags); 151 151 BOOL SetWindowPlacement(WINDOWPLACEMENT *winpos); 152 152 BOOL DestroyWindow(); 153 153 HWND SetActiveWindow(); … … 219 219 ULONG getBorderHeight() { return borderHeight; }; 220 220 221 static 222 static 223 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 ); 224 224 225 225 PVOID getOldWndProc() { return pOldWndProc; } … … 304 304 #ifndef OS2_INCLUDED 305 305 void GetMinMaxInfo(POINT *maxSize, POINT *maxPos, POINT *minTrack, POINT *maxTrack ); 306 306 LONG HandleWindowPosChanging(WINDOWPOS *winpos); 307 307 LONG HandleSysCommand(WPARAM wParam, POINT *pt32); 308 308
Note:
See TracChangeset
for help on using the changeset viewer.