Changeset 7095 for trunk/src/user32/window.cpp
- Timestamp:
- Oct 17, 2001, 4:30:10 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/window.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r6981 r7095 1 /* $Id: window.cpp,v 1.1 09 2001-10-10 14:39:58sandervl Exp $ */1 /* $Id: window.cpp,v 1.110 2001-10-17 14:30:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 806 806 } 807 807 teb->o.odin.hwndFocus = 0; 808 //// if(activate) {809 //// SetActiveWindow(hwndTopParent);810 //// }811 808 if(!IsWindow(hwnd)) return FALSE; //abort if window destroyed 812 809 813 // Always activate window (3rd par) -> seems to fix activation problems814 return (OSLibWinSetFocus(OSLIB_HWND_DESKTOP, hwnd_O, 1)) ? lastFocus_W : 0;810 //NOTE: Don't always activate the window or else the z-order will be changed!! 811 return (OSLibWinSetFocus(OSLIB_HWND_DESKTOP, hwnd_O, activate)) ? lastFocus_W : 0; 815 812 } 816 813 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
