Ignore:
Timestamp:
May 14, 2002, 11:06:49 AM (23 years ago)
Author:
sandervl
Message:

PF: Don't send WM_WINDOWPOSCHANGING message when PM sends SWP_FOCUS(DE)ACTIVATE message.

File:
1 edited

Legend:

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

    r8256 r8406  
    1 /* $Id: pmwindow.cpp,v 1.172 2002-04-13 06:19:31 bird Exp $ */
     1/* $Id: pmwindow.cpp,v 1.173 2002-05-14 09:06:49 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    10091009            break;
    10101010        }
     1011        if ((pswp->fl == SWP_FOCUSACTIVATE) || (pswp->fl == SWP_FOCUSDEACTIVATE))
     1012        {
     1013           dprintf(("Pure focus flags are not sent to win32 windows"));
     1014           goto RunDefFrameWndProc;
     1015        }
     1016
    10111017        //CB: show dialog in front of owner
    10121018        if (win32wnd->IsModalDialogOwner())
Note: See TracChangeset for help on using the changeset viewer.