Imm32: Update position of default IME window

Alexandre Julliard julliard at winehq.org
Mon Aug 27 05:25:35 CDT 2007


Aric Stewart <aric at 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 at winehq.org



More information about the wine-devel mailing list