Changeset 1513 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Oct 30, 1999, 11:19:47 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r1490 r1513 1 /* $Id: win32wmdiclient.cpp,v 1.1 1 1999-10-28 12:00:36 sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.12 1999-10-30 09:19:46 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 365 365 } 366 366 367 dprintf(("childActivate: %x %x", this, child->getWindowHandle()));367 dprintf(("childActivate: %x %x", this, (child) ? child->getWindowHandle() : 0)); 368 368 activeChild = child; 369 369
Note:
See TracChangeset
for help on using the changeset viewer.