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

Wine Bugs wine-bugs at winehq.org
Wed Sep 7 07:08:53 CDT 2005


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

           Summary: UpdateWindow() doesn't call XFlush()
           Product: Wine
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wine-x11driver
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: hallo at michael-kaufmann.ch


After an application calls UpdateWindow(), sometimes 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 with XFlush().

I think the best approach would be that UpdateWindow calls GdiFlush, but 
this function is currently not implemented.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list