mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-14 03:44:55 +00:00
Mouse coordinates can be 0..(width-1) and 0..(height-1) Normalization of mouse coordinates (for SendInput) was done against w,h and thus right-most and down-most coordinates could never be reached. Fix it by normalizing against (w-1) and (h-1). Also added protection against a case of 0 or 1 (for any of w,h) Fixes rhbz#1032037 |
||
|---|---|---|
| .. | ||
| as_user.cpp | ||
| as_user.h | ||
| desktop_layout.cpp | ||
| desktop_layout.h | ||
| display_setting.cpp | ||
| display_setting.h | ||
| file_xfer.cpp | ||
| file_xfer.h | ||
| resource.h | ||
| vdagent.cpp | ||
| vdagent.rc | ||
| vdagent.vcproj | ||