Ignore:
Timestamp:
Sep 29, 1999, 11:16:32 AM (26 years ago)
Author:
sandervl
Message:

WM_ACTIVATE(APP) changes

File:
1 edited

Legend:

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

    r1091 r1093  
    1 /* $Id: win32wbase.h,v 1.9 1999-09-29 08:27:16 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.10 1999-09-29 09:16:32 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    7272         ULONG  MsgHitTest(ULONG x, ULONG y);
    7373         ULONG  MsgSize(ULONG width, ULONG height, BOOL fMinimize, BOOL fMaximize);
    74          ULONG  MsgActivate(BOOL fActivate, HWND hwnd);
     74virtual  ULONG  MsgActivate(BOOL fActivate, BOOL fMinimized, HWND hwnd);
    7575         ULONG  MsgSetFocus(HWND hwnd);
    7676         ULONG  MsgKillFocus(HWND hwnd);
Note: See TracChangeset for help on using the changeset viewer.