diff --git a/win32ss/gdi/eng/mouse.c b/win32ss/gdi/eng/mouse.c index 9cbadcd87a7..1ea4ef827fe 100644 --- a/win32ss/gdi/eng/mouse.c +++ b/win32ss/gdi/eng/mouse.c @@ -543,7 +543,7 @@ EngSetPointerShape( if (prcl != NULL) { prcl->left = x - pgp->HotSpot.x; - prcl->top = y - pgp->HotSpot.x; + prcl->top = y - pgp->HotSpot.y; prcl->right = prcl->left + pgp->Size.cx; prcl->bottom = prcl->top + pgp->Size.cy; }