Ignore:
Timestamp:
Jan 12, 2000, 1:41:20 PM (26 years ago)
Author:
sandervl
Message:

menu, resize/move fixes + ported Wine messagebox code

File:
1 edited

Legend:

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

    r2410 r2415  
    1 /* $Id: win32wbase.h,v 1.24 2000-01-11 17:34:44 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.25 2000-01-12 12:40:49 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    115115         ULONG  MsgPaint(ULONG tmp1, BOOL select = TRUE);
    116116         ULONG  MsgEraseBackGround(HDC hdc);
    117          ULONG  MsgInitMenu(MSG *msg);
    118117         ULONG  MsgHitTest(ULONG x, ULONG y);
    119118         ULONG  MsgNCPaint();
     
    125124         ULONG  MsgGetTextLength();
    126125         char  *MsgGetText();
    127          ULONG  MsgContextMenu(ULONG x,ULONG y);
    128126         VOID   updateWindowStyle(DWORD oldExStyle,DWORD oldStyle);
    129127
Note: See TracChangeset for help on using the changeset viewer.