Reverted latest changes.
[reactos.git] / reactos / subsys / win32k / include / mouse.h
1 #ifndef __WIN32K_MOUSE_H
2 #define __WIN32K_MOUSE_H
3
4 INT MouseSafetyOnDrawStart(PSURFOBJ SurfObj, PSURFGDI SurfGDI, LONG HazardX1, LONG HazardY1, LONG HazardX2, LONG HazardY2);
5 INT MouseSafetyOnDrawEnd(PSURFOBJ SurfObj, PSURFGDI SurfGDI);
6
7 #endif /* __WIN32K_MOUSE_H */