mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-28 12:07:38 +00:00
faa998b8a9
note: previous fix (clamp to 0 in screen_to_client) causes spurious messages if mouse moves outside of the window (which is bad). "client" coords are allowed to be negative, but "idealized client coords" (which are defended by assert >= 0 or is_in_window) aren't. fixes #146 This was SVN commit r4324.