source:
trunk/include/wingdi32.h@
3707
Last change on this file since 3707 was 3707, checked in by , 25 years ago | |
---|---|
File size: 357 bytes |
Rev | Line | |
---|---|---|
[3707] | 1 | /* $Id: wingdi32.h,v 1.1 2000-06-14 13:19:45 sandervl Exp $ */ |
2 | ||
3 | /* | |
4 | * Internal functions exported by gdi32 | |
5 | * | |
6 | * Project Odin Software License can be found in LICENSE.TXT | |
7 | * | |
8 | */ | |
9 | #ifndef __WINGDI32_H__ | |
10 | #define __WINGDI32_H__ | |
11 | ||
12 | BOOL setWinDeviceRegionFromPMDeviceRegion(HRGN winHrgn, HRGN pmHrgn, pDCData pHpsPmHrgn, HWND hwndPmHrgn); | |
13 | ||
14 | #endif //__WINGDI32_H__ |
Note:
See TracBrowser
for help on using the repository browser.