Changeset 6593 for trunk/include
- Timestamp:
- Aug 26, 2001, 4:20:54 PM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/cursoricon.h
r5383 r6593 1 /* $Id: cursoricon.h,v 1.5 2001-03-27 16:15:49 sandervl Exp $ */2 3 1 /* 4 2 * Cursor and icon definitions … … 98 96 UINT nFlags); 99 97 100 HGLOBAL WIN32API CreateCursorIconIndirect( HINSTANCE hInstance,101 CURSORICONINFO *info,102 LPCVOID lpANDbits,103 LPCVOID lpXORbits );104 105 98 HGLOBAL CURSORICON_ExtCopy(HGLOBAL Handle, UINT nType, 106 99 INT iDesiredCX, INT iDesiredCY, -
trunk/include/wingdi32.h
r6435 r6593 1 /* $Id: wingdi32.h,v 1.4 2001-08-02 14:49:03 sandervl Exp $ */2 3 1 /* 4 2 * Internal functions exported by gdi32 … … 10 8 #define __WINGDI32_H__ 11 9 10 #include <dcdata.h> 11 12 12 BOOL WIN32API setWinDeviceRegionFromPMDeviceRegion(HRGN winHrgn, HRGN pmHrgn, pDCData pHpsPmHrgn, HWND hwndPmHrgn); 13 13 VOID WIN32API UnselectGDIObjects(HDC hdc); 14 14 BOOL OSLibGpiSetCp(HDC hdc, ULONG codepage); 15 void WIN32API ConvertRGB555to565(LPVOID dest, LPVOID src, UINT imgsize); 15 16 16 17 #endif //__WINGDI32_H__
Note:
See TracChangeset
for help on using the changeset viewer.