[Bug 35418] some drawing operations in Mixcraft 6 are very slow with client-side graphics enabled

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 24 00:15:45 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=35418

--- Comment #13 from Alexandre Julliard <julliard at winehq.org> ---
It's pretty much possibiliy 1. The drawings accumulate in the buffer and are
flushed once the app goes idle. This gives faster performance in most cases by
suppressing redundant updates.

The problem with things like dragging the scrollbar is that it never truly goes
idle. We have heuristics for catching these cases and forcing updates, but they
may need some tweaking.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list