Changeset 1019 for trunk/src/user32
- Timestamp:
 - Sep 23, 1999, 4:40:42 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/win32wmdiclient.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
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.
  