Changeset 1019
- Timestamp:
- Sep 23, 1999, 4:40:42 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
src/user32/win32wmdiclient.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1018 r1019 1 /* $Id: changelog,v 1.22 7 1999-09-23 14:25:25phaller Exp $ */1 /* $Id: changelog,v 1.228 1999-09-23 14:40:42 phaller Exp $ */ 2 2 3 3 99-09-23: Patrick Haller <phaller@gmx.net> … … 5 5 numerical resource IDs instead of translated Unicode 6 6 strings. 7 - USER32: fix in USER32:HeapShared:getmoreShared() 7 - USER32: Fix: in USER32:HeapShared:getmoreShared() 8 Fix: in USER32:WIN32WMDIClient:childActivate() 8 9 9 10 99-09-23: Jens Wiessner <wiessnej@rfi.de> -
trunk/src/user32/win32wmdiclient.cpp
r949 r1019 1 /* $Id: win32wmdiclient.cpp,v 1. 1 1999-09-15 23:19:01 sandervlExp $ */1 /* $Id: win32wmdiclient.cpp,v 1.2 1999-09-23 14:39:53 phaller Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 388 388 SetFocus( getWindowHandle() ); 389 389 } 390 child->SendMessageA( WM_MDIACTIVATE, (WPARAM)prevActive->getWindowHandle(), (LPARAM)child->getWindowHandle()); 391 390 391 /* @@@PH prevActive may be NULL actually ?! */ 392 child->SendMessageA( WM_MDIACTIVATE, 393 prevActive ? (WPARAM)prevActive->getWindowHandle() : 0, 394 child->getWindowHandle()); 392 395 return TRUE; 393 396 }
Note:
See TracChangeset
for help on using the changeset viewer.
