[Bug 3297] UpdateWindow() doesn't call XFlush()
http://bugs.winehq.org/show_bug.cgi?id=3297 P. Quist <pq(a)quistnet.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pq(a)quistnet.nl --- Comment #5 from P. Quist <pq(a)quistnet.nl> 2008-03-17 22:59:12 --- Just wanted to add: I checked what the behaviour was in Win32, a WM_PAINT msg was send to the application, so that checks out. The UpdateWindow() api @ msdn indicates one should see direct result, which is reflected in the default Wine behavior on these same-thread commands. And since I didn't want to change too much in other functions, I decided to add it to update_now() since that's already singled out for solely serving UpdateWindow(). I do however think it might be best for the sake of keeping things together and sane, the USER_Driver->pMsgWait... line should be inside the (flags & RDW_UPDATENOW) IF statement at the end of RedrawWindow(). Anyway, I leave it up to you guys to decide. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org