• Ken Thomases's avatar
    user32: Fix mouseRect computation for starting position when sizing window. · c7d2bcfb
    Ken Thomases authored
    The mouseRect is the limit of the mouse position to keep the window between
    its minimum and maximum sizes.  The computation was correct if the mouse
    started precisely on the window border.  But if the mouse is not exactly at
    the border, then the mouse limit has to account for that, because the window
    will be resized based on the distance from the starting point.
    c7d2bcfb
winpos.c 91.6 KB