Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / win32k / include / eng.h
1 #ifndef _WIN32K_ENG_H
2 #define _WIN32K_ENG_H
3
4 BOOL STDCALL EngIntersectRect (PRECTL prcDst, PRECTL prcSrc1, PRECTL prcSrc2);
5 VOID FASTCALL EngDeleteXlate (XLATEOBJ *XlateObj);
6 BOOL STDCALL
7 IntEngMaskBlt(SURFOBJ *DestObj,
8 SURFOBJ *Mask,
9 CLIPOBJ *ClipRegion,
10 XLATEOBJ *DestColorTranslation,
11 XLATEOBJ *SourceColorTranslation,
12 RECTL *DestRect,
13 POINTL *SourcePoint,
14 POINTL *MaskOrigin,
15 BRUSHOBJ *Brush,
16 POINTL *BrushOrigin);
17
18 VOID FASTCALL
19 IntEngWindowChanged(
20 PWINDOW_OBJECT Window,
21 FLONG flChanged);
22
23 #endif /* _WIN32K_ENG_H */