Changeset 3662 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Jun 7, 2000, 4:51:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r3625 r3662 1 /* $Id: win32wmdiclient.cpp,v 1.2 8 2000-05-28 16:43:47sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.29 2000-06-07 14:51:33 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 985 985 SetRectEmpty( &childRect ); 986 986 987 //TODO: Check if this goes correctly 987 988 for (win32wnd = (Win32BaseWindow*)win32wnd->getFirstChild();win32wnd;win32wnd = (Win32BaseWindow*)win32wnd->getNextChild()) 988 989 {
Note:
See TracChangeset
for help on using the changeset viewer.