Support for VMware video drivers
[reactos.git] / reactos / subsys / win32k / include / inteng.h
1 #ifndef __WIN32K_INTENG_H
2 #define __WIN32K_INTENG_H
3
4 /* Definitions of IntEngXxx functions */
5
6 extern BOOL STDCALL IntEngLineTo(SURFOBJ *Surface,
7 CLIPOBJ *Clip,
8 BRUSHOBJ *Brush,
9 LONG x1,
10 LONG y1,
11 LONG x2,
12 LONG y2,
13 RECTL *RectBounds,
14 MIX mix);
15
16 #endif