Re: [Bug 3297] UpdateWindow() doesn't call XFlush()
On Tue, Apr 1, 2008 at 3:15 AM, <[EMAIL PROTECTED]> wrote: > http://bugs.winehq.org/show_bug.cgi?id=3297 > > > Dmitry Timoshkov <[EMAIL PROTECTED]> changed: > >What|Removed |Added > >
UpdateWindow doesn't call XFlush
Hi all, I've noticed that after an application calls UpdateWindow, the window contents doesn't get updated until the application requests the next event (GetMessage/PeekMessage). That's because UpdateWindow doesn't flush the X output queue (XFlush). I think the best approach would be that Up