mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 05:02:50 +08:00
#8974 implemented custom mouse cursor shapes. However, the custom cursor shape didn't consider zooming. This PR applies zooming to the custom cursor shapes. JIRA issue: CORE-20520 - Enhance CStyledCursor for zooming. - Enhance CopyMonoImage and CopyDIBImage for stretch mode. - Add DEFAULT_ZOOM constant (1000). - Send WM_SETCURSOR message on ToolsModel::SetZoom. - Improve accuracy of Zoomed and UnZoomed functions by using MulDiv function.