Ignore:
Timestamp:
Oct 4, 1999, 10:53:46 PM (26 years ago)
Author:
sandervl
Message:

Handle WM_SETTEXT + fInteralMsg flag for message handling

File:
1 edited

Legend:

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

    r1114 r1133  
    1 /* $Id: win32wbase.h,v 1.12 1999-10-03 20:38:02 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.13 1999-10-04 20:53:46 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    233233        BOOL    fFirstShow;
    234234        BOOL    fIsDialog;
    235 
     235        BOOL    fInternalMsg;           //Used to distinguish between messages
     236                                        //sent by PM and those sent by apps
    236237   Win32BaseWindow *owner;
    237238
Note: See TracChangeset for help on using the changeset viewer.