Aric Stewart <aric(a)codeweavers.com> writes:
+
+ /* make sure we are on the desktop */
+ GetClientRect(GetDesktopWindow(),&desk_rect);
You have to use GetMonitorInfo to support multi-monitor setups
correctly.
--
Alexandre Julliard
julliard(a)winehq.org