2008/8/3 Stefan Dösinger stefan@codeweavers.com:
src_rect->x1 -= offset.x; dst_rect->x2 -=offset.x;
Why are you modifying dst_rect here?
2008/8/3 Stefan Dösinger stefan@codeweavers.com:
src_rect->x1 -= offset.x; dst_rect->x2 -=offset.x;
Why are you modifying dst_rect here?
Wooops. Copypaste.