Ignore:
Timestamp:
Sep 23, 2001, 10:14:56 AM (24 years ago)
Author:
sandervl
Message:

minor update

File:
1 edited

Legend:

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

    r6783 r6791  
    1 /* $Id: win32wbase.cpp,v 1.284 2001-09-22 18:21:00 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.285 2001-09-23 08:14:56 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    978978        threadidhwnd = O32_GetWindowThreadProcessId(hwndOS2Win, &procidhwnd);
    979979    }
    980 #if 0
    981     //Warning: temporary hack to force focus to newly created window
    982     //RealPlayer 8 does not pass WM_ACTIVATE to defwindowproc and doesn't call
    983     //setfocus -> keyboard focus not set
    984     //TODO: Find real cause!!
    985 //    if(GetFocus() == 0 && fActivate) {
    986 //        if(!(getStyle() & WS_MINIMIZE))
    987 //            SetFocus(getWindowHandle());
    988 //    }
    989     //Warning: temporary hack to force focus to newly created window
    990     //SvL: No longer appears to happen with rp8
    991 #endif
    992980
    993981    if(fActivate) {
Note: See TracChangeset for help on using the changeset viewer.