dib fixes

Alexandre Julliard julliard at winehq.org
Wed Apr 13 04:59:02 CDT 2005


Rein Klazes <wijn at wanadoo.nl> writes:

> As soon as I move the window to which I am calling SetDIBitsToDevice
> partly outside of the screen, the drawable lies partly outside the
> screen rectangle and XGetSubImage fails -> crash. 
> Clipping to the screen rectangle helps somewhat for very slow moves, but
> with faster moves I still get those failures. 
> 
> What am I doing wrong here?

Nothing, there's no way to avoid the race. You just need to ignore the
BadMatch error in that case.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list