Changeset 4556 for trunk/include


Ignore:
Timestamp:
Nov 5, 2000, 7:47:11 PM (25 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r4503 r4556  
    1 /* $Id: win32api.h,v 1.20 2000-10-20 14:28:26 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.21 2000-11-05 18:47:11 sandervl Exp $ */
    22
    33/*
     
    103103
    104104BOOL    WIN32API SetWindowOrgEx(HDC hdc, int X, int Y, LPPOINT lpPoint);
    105 BOOL    WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPPOINT lpSize);
     105BOOL    WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPSIZE lpSize);
    106106int     WIN32API GetDeviceCaps(HDC hdc, int nIndex);
    107107int     WIN32API GetMapMode(HDC hdc);
  • trunk/include/winconst.h

    r4022 r4556  
    1 /* $Id: winconst.h,v 1.36 2000-08-16 08:03:57 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.37 2000-11-05 18:47:11 sandervl Exp $ */
    22
    33/*
     
    14331433#define SUBLANG_DEFAULT                  0x01    /* user default */
    14341434#define SUBLANG_SYS_DEFAULT              0x02    /* system default */
     1435
     1436
     1437/* Flags for ModifyWorldTransform */
     1438#define MWT_IDENTITY_W      1
     1439#define MWT_LEFTMULTIPLY_W  2
     1440#define MWT_RIGHTMULTIPLY_W 3
     1441
     1442  /* Map modes */
     1443#define MM_TEXT_W                 1
     1444#define MM_LOMETRIC_W     2
     1445#define MM_HIMETRIC_W     3
     1446#define MM_LOENGLISH_W    4
     1447#define MM_HIENGLISH_W    5
     1448#define MM_TWIPS_W        6
     1449#define MM_ISOTROPIC_W    7
     1450#define MM_ANISOTROPIC_W  8
  • trunk/include/winuser32.h

    r3707 r4556  
    1 /* $Id: winuser32.h,v 1.1 2000-06-14 13:20:17 sandervl Exp $ */
     1/* $Id: winuser32.h,v 1.2 2000-11-05 18:47:11 sandervl Exp $ */
    22
    33/*
     
    1313ULONG OSLibGetScreenWidth();
    1414
     15void WIN32API Calculate1PixelDelta(pDCData pHps);
     16void WIN32API TestWideLine (pDCData pHps);
     17BOOL WIN32API changePageXForm(pDCData pHps, PPOINTL pValue, int x, int y, PPOINTL pPrev);
     18BOOL WIN32API setPageXForm(pDCData pHps);
     19VOID WIN32API removeClientArea(pDCData pHps);
     20LONG WIN32API clientHeight(HWND hwnd, pDCData pHps);
     21int  WIN32API setMapMode(pDCData pHps, int mode);
     22
    1523#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.