Better fix for [bug 829] (same surface display corruption)

Alexandre Julliard julliard at winehq.com
Fri Jul 5 14:50:07 CDT 2002


Lionel Ulmer <lionel.ulmer at free.fr> writes:

> What I had in mind in my comments to your patch was something like that :
> 
>  if (src != iface)
>     Do the standard memcpy code path
>  else
>     if source_Y > dest_Y
>       do the ascending memmove copy
>     else
>       do the descending memmove copy

Do you actually need memmove in all these cases?  It seems to me that
it would only be needed if source_Y == dest_Y.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list