Author: tretiakov
Date: Sun Sep 24 21:01:46 2006
New Revision: 24255
URL:
http://svn.reactos.org/svn/reactos?rev=24255&view=rev
Log:
More prototypes
Modified:
trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/dc.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/dc.h Sun Sep 24 21:01:46 2006
@@ -188,6 +188,11 @@
VOID FASTCALL DC_UpdateXforms(PDC dc);
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*/
typedef struct
{
@@ -195,5 +200,4 @@
BOOL on_disk; /* true if metafile is on disk */
} DD_ENHMETAFILEOBJ, *PDD_ENHMETAFILEOBJ;
-
-#endif
+#endif /* __WIN32K_DC_H */