mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:45:45 +00:00
More prototypes
svn path=/trunk/; revision=24255
This commit is contained in:
parent
f1d365f767
commit
a04da34bc0
1 changed files with 6 additions and 2 deletions
|
@ -188,6 +188,11 @@ VOID FASTCALL DC_SetOwnership(HDC DC, PEPROCESS Owner);
|
||||||
VOID FASTCALL DC_UpdateXforms(PDC dc);
|
VOID FASTCALL DC_UpdateXforms(PDC dc);
|
||||||
BOOL FASTCALL DC_InvertXform(const XFORM *xformSrc, XFORM *xformDest);
|
BOOL FASTCALL DC_InvertXform(const XFORM *xformSrc, XFORM *xformDest);
|
||||||
|
|
||||||
|
VOID FASTCALL IntGetViewportExtEx(PDC dc, LPSIZE pt);
|
||||||
|
VOID FASTCALL IntGetViewportOrgEx(PDC dc, LPPOINT pt);
|
||||||
|
VOID FASTCALL IntGetWindowExtEx(PDC dc, LPSIZE pt);
|
||||||
|
VOID FASTCALL IntGetWindowOrgEx(PDC dc, LPPOINT pt);
|
||||||
|
|
||||||
/* For Metafile and MetaEnhFile not in windows this struct taken from wine cvs 15/9-2006*/
|
/* For Metafile and MetaEnhFile not in windows this struct taken from wine cvs 15/9-2006*/
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -195,5 +200,4 @@ typedef struct
|
||||||
BOOL on_disk; /* true if metafile is on disk */
|
BOOL on_disk; /* true if metafile is on disk */
|
||||||
} DD_ENHMETAFILEOBJ, *PDD_ENHMETAFILEOBJ;
|
} DD_ENHMETAFILEOBJ, *PDD_ENHMETAFILEOBJ;
|
||||||
|
|
||||||
|
#endif /* __WIN32K_DC_H */
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue