Ignore:
Timestamp:
Jan 13, 2000, 2:54:55 PM (26 years ago)
Author:
sandervl
Message:

wm_activate fixes, scrollbar fix, drawframe fix

File:
1 edited

Legend:

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

    r2415 r2426  
    1 /* $Id: win32wbase.h,v 1.25 2000-01-12 12:40:49 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.26 2000-01-13 13:54:54 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    107107         ULONG  MsgPosChanging(LPARAM lp);
    108108         ULONG  MsgPosChanged(LPARAM lp);
    109 virtual  ULONG  MsgActivate(BOOL fActivate, BOOL fMinimized, HWND hwnd);
     109virtual  ULONG  MsgActivate(BOOL fActivate, BOOL fMinimized, HWND hwnd, HWND hwndOS2Win);
    110110         ULONG  MsgSetFocus(HWND hwnd);
    111111         ULONG  MsgKillFocus(HWND hwnd);
     
    117117         ULONG  MsgHitTest(ULONG x, ULONG y);
    118118         ULONG  MsgNCPaint();
    119          ULONG  MsgFormatFrame();
     119         ULONG  MsgFormatFrame(WINDOWPOS *lpWndPos);
    120120         ULONG  DispatchMsgA(MSG *msg);
    121121         ULONG  DispatchMsgW(MSG *msg);
Note: See TracChangeset for help on using the changeset viewer.