[Bug 3297] UpdateWindow() doesn't call XFlush()

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 17 22:59:13 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=3297


P. Quist <pq at quistnet.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pq at quistnet.nl




--- Comment #5 from P. Quist <pq at 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.



More information about the wine-bugs mailing list