Ignore:
Timestamp:
Mar 1, 2000, 2:30:07 PM (25 years ago)
Author:
sandervl
Message:

focus fixes + changes for dinput

File:
1 edited

Legend:

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

    r2834 r2956  
    1 /* $Id: pmframe.cpp,v 1.43 2000-02-20 18:28:32 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.44 2000-03-01 13:30:05 sandervl Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    434434
    435435        dprintf(("PMFRAME: WM_ACTIVATE %x %x", hwnd, mp2));
     436        if(win32wnd->IsWindowCreated())
     437          win32wnd->DispatchMsgA(pWinMsg);
     438
    436439        if (win32wnd->IsWindowCreated())
    437440        {
     
    451454          WinSetWindowUShort(hwnd,QWS_FLAGS,mp1 ? (flags | FF_ACTIVE):(flags & ~FF_ACTIVE));
    452455        }
    453         if(win32wnd->IsWindowCreated())
    454           win32wnd->DispatchMsgA(pWinMsg);
    455 
    456456        RestoreOS2TIB();
    457457        return 0;
Note: See TracChangeset for help on using the changeset viewer.