Changeset 3416 for trunk/include


Ignore:
Timestamp:
Apr 18, 2000, 1:09:53 PM (25 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3300 r3416  
    1 /* $Id: win32api.h,v 1.8 2000-04-02 10:25:56 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.9 2000-04-18 11:09:53 sandervl Exp $ */
    22
    33/*
     
    8989int    WIN32API ReleaseDC(HWND hwnd, HDC hdc);
    9090int    WIN32API ExtSelectClipRgn(HDC hdc, HRGN hrgn, int fnMode);
     91int    WIN32API SelectClipRgn( HDC hdc, HRGN hRgn);
     92BOOL   WIN32API GetWindowRect( HWND hwnd, PRECT pRect);
     93BOOL   WIN32API GetClientRect( HWND hwnd, PRECT pRect);
     94int    WIN32API GetStretchBltMode( HDC hdc);
    9195
    9296#endif
  • trunk/include/win32wnd.h

    r2627 r3416  
    1 /* $Id: win32wnd.h,v 1.2 2000-02-03 23:02:41 sandervl Exp $ */
     1/* $Id: win32wnd.h,v 1.3 2000-04-18 11:09:53 sandervl Exp $ */
    22
    33/*
     
    1616HWND OS2ToWin32Handle(HWND hwnd);
    1717
     18BOOL IsOS2FrameWindowHandle(HWND hwndWin32, HWND hwndOS2);
     19
    1820#endif //__WIN32WND_H__
  • trunk/include/winconst.h

    r3268 r3416  
    1 /* $Id: winconst.h,v 1.31 2000-03-29 15:16:09 cbratschi Exp $ */
     1/* $Id: winconst.h,v 1.32 2000-04-18 11:09:53 sandervl Exp $ */
    22
    33/*
     
    13231323
    13241324#define INVALID_HANDLE_VALUE_W  ((HANDLE) -1)
     1325
     1326  /* StretchBlt() modes */
     1327#define BLACKONWHITE_W         1
     1328#define WHITEONBLACK_W         2
     1329#define COLORONCOLOR_W         3
     1330#define HALFTONE_W             4
     1331#define MAXSTRETCHBLTMODE_W    4
Note: See TracChangeset for help on using the changeset viewer.