Skip to content

magnifier: Include SSD when calculating screen coordinates for events

When calculating the on screen coordinates of events from the window relative coordinates, using the frame rect will include the decorations added by the WM for SSD windows. This was causing the calculated coordinates to be slightly off. Fix this by using the client rect for SSD windows.

Merge request reports