Ignore:
Timestamp:
Sep 15, 1999, 8:03:46 PM (26 years ago)
Author:
dengert
Message:

Preparations for new RedrawWindow et.al.

File:
1 edited

Legend:

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

    r896 r944  
    1 /* $Id: win32wbase.h,v 1.10 1999-09-09 18:08:19 dengert Exp $ */
     1/* $Id: win32wbase.h,v 1.11 1999-09-15 18:03:46 dengert Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    7979         ULONG  MsgButton(ULONG msg, ULONG ncx, ULONG ncy, ULONG clx, ULONG cly);
    8080         ULONG  MsgMouseMove(ULONG keystate, ULONG x, ULONG y);
    81          ULONG  MsgPaint(ULONG tmp1, ULONG tmp2);
     81         ULONG  MsgPaint(ULONG tmp1, BOOL select = TRUE);
    8282         ULONG  MsgEraseBackGround(HDC hdc);
    8383         ULONG  MsgSetText(LPSTR lpsz, LONG cch);
Note: See TracChangeset for help on using the changeset viewer.