Ignore:
Timestamp:
Mar 27, 2003, 11:42:42 AM (23 years ago)
Author:
sandervl
Message:

Don't change focus when processing mouse button message if the top parent is a fake window

File:
1 edited

Legend:

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

    r9930 r9941  
    1 /* $Id: win32wfake.cpp,v 1.1 2003-03-20 13:20:46 sandervl Exp $ */
     1/* $Id: win32wfake.cpp,v 1.2 2003-03-27 10:42:42 sandervl Exp $ */
    22/*
    33 * Win32 Fake Window Class for OS/2
     
    124124//******************************************************************************
    125125//******************************************************************************
     126BOOL Win32FakeWindow::isFakeWindow()
     127{
     128    return TRUE;
     129}
     130//******************************************************************************
     131//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.