Ignore:
Timestamp:
Jan 2, 2003, 6:02:06 PM (23 years ago)
Author:
sandervl
Message:

corrected regressions caused by previous setfocus fix; make sure owner isn't disabled when specifying SWP_DEACTIVATE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/window.cpp

    r9588 r9590  
    1 /* $Id: window.cpp,v 1.129 2003-01-02 15:21:45 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.130 2003-01-02 17:02:06 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    756756 BOOL activate, ret;
    757757 TEB *teb;
    758    
     758
     759    dprintf(("SetFocus %x", hwnd));   
    759760    teb = GetThreadTEB();
    760761    if(teb == NULL) {
Note: See TracChangeset for help on using the changeset viewer.