- Timestamp:
 - May 17, 2001, 12:03:57 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/dc.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/dc.cpp
r5710 r5727 1 /* $Id: dc.cpp,v 1.10 2 2001-05-15 10:34:48sandervl Exp $ */1 /* $Id: dc.cpp,v 1.103 2001-05-17 10:03:57 sandervl Exp $ */ 2 2 3 3 /* … … 513 513 Win32BaseWindow *wnd; 514 514 515 if(!pHps) { 516 wnd = Win32BaseWindow::GetWindowFromOS2Handle(hwnd); 517 } 518 else 515 519 if(pHps->isClient) { 516 520 wnd = Win32BaseWindow::GetWindowFromOS2Handle(pHps->hwnd);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  