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/win32wbase.h

    r9933 r9941  
    1 /* $Id: win32wbase.h,v 1.150 2003-03-22 20:27:12 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.151 2003-03-27 10:42:42 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    177177virtual  BOOL   isMDIChild();
    178178virtual  BOOL   isDesktopWindow();
     179virtual  BOOL   isFakeWindow();
    179180
    180181         BOOL   fHasParentDC()                  { return fParentDC; };
Note: See TracChangeset for help on using the changeset viewer.