Changeset 5968 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Jun 11, 2001, 10:08:26 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r5965 r5968 1 /* $Id: win32wmdiclient.cpp,v 1.3 6 2001-06-11 15:05:44sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.37 2001-06-11 20:08:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 253 253 rect.bottom = HIWORD(lParam); 254 254 255 AdjustWindowRectEx(&rect, GetWindowLongA(maximizedChild, GWL_STYLE), 0,GetWindowLongA(maximizedChild, GWL_EXSTYLE));255 AdjustWindowRectEx(&rect, ::GetWindowLongA(maximizedChild, GWL_STYLE), 0, ::GetWindowLongA(maximizedChild, GWL_EXSTYLE)); 256 256 ::MoveWindow(maximizedChild, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, 1); 257 257 }
Note:
See TracChangeset
for help on using the changeset viewer.