Changeset 4556 for trunk/include
- Timestamp:
- Nov 5, 2000, 7:47:11 PM (25 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r4503 r4556 1 /* $Id: win32api.h,v 1.2 0 2000-10-20 14:28:26sandervl Exp $ */1 /* $Id: win32api.h,v 1.21 2000-11-05 18:47:11 sandervl Exp $ */ 2 2 3 3 /* … … 103 103 104 104 BOOL WIN32API SetWindowOrgEx(HDC hdc, int X, int Y, LPPOINT lpPoint); 105 BOOL WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LP POINTlpSize);105 BOOL WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPSIZE lpSize); 106 106 int WIN32API GetDeviceCaps(HDC hdc, int nIndex); 107 107 int WIN32API GetMapMode(HDC hdc); -
trunk/include/winconst.h
r4022 r4556 1 /* $Id: winconst.h,v 1.3 6 2000-08-16 08:03:57sandervl Exp $ */1 /* $Id: winconst.h,v 1.37 2000-11-05 18:47:11 sandervl Exp $ */ 2 2 3 3 /* … … 1433 1433 #define SUBLANG_DEFAULT 0x01 /* user default */ 1434 1434 #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:17sandervl Exp $ */1 /* $Id: winuser32.h,v 1.2 2000-11-05 18:47:11 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 ULONG OSLibGetScreenWidth(); 14 14 15 void WIN32API Calculate1PixelDelta(pDCData pHps); 16 void WIN32API TestWideLine (pDCData pHps); 17 BOOL WIN32API changePageXForm(pDCData pHps, PPOINTL pValue, int x, int y, PPOINTL pPrev); 18 BOOL WIN32API setPageXForm(pDCData pHps); 19 VOID WIN32API removeClientArea(pDCData pHps); 20 LONG WIN32API clientHeight(HWND hwnd, pDCData pHps); 21 int WIN32API setMapMode(pDCData pHps, int mode); 22 15 23 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.