Ignore:
Timestamp:
Feb 20, 2001, 6:22:06 PM (25 years ago)
Author:
sandervl
Message:

MDI activation fixes

File:
1 edited

Legend:

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

    r5215 r5217  
    1 /* $Id: win32wbase.h,v 1.107 2001-02-20 15:40:23 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.108 2001-02-20 17:22:05 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    2929#define OFFSET_WIN32FLAGS         8
    3030#define NROF_WIN32WNDBYTES        12
     31
     32#define WINDOWFLAG_ACTIVE         1
    3133
    3234#define WIN32PM_MAGIC           0x12345678
     
    225227         BOOL   DestroyWindow();
    226228         HWND   SetActiveWindow();
     229         BOOL   DeactivateChildWindow();
    227230         HWND   GetParent();
    228231         HWND   SetParent(HWND hwndNewParent);
Note: See TracChangeset for help on using the changeset viewer.