[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 264259] Window content not updated after changes
From:       Thomas Lübking  <thomas.luebking () gmail ! com>
Date:       2011-02-01 15:41:10
Message-ID: 20110201154110.BD6487C1BC () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=264259





--- Comment #26 from Thomas Lübking <thomas luebking gmail com>  2011-02-01 16:41:08 ---
If you compile from sources you could try to re-activate the XSync based paint
defer.
it 's around composite.cpp:416

#if 0
    // skip windows that are not yet ready for being painted
    ToplevelList tmp = windows;
    windows.clear();
    // There is a bug somewhere that prevents this from working properly
(#160393), but additionally
    // this cannot be used so carelessly - needs protections against broken
clients, the window
    // should not get focus before it's displayed, handle unredirected windows
properly and so on.
    foreach( Toplevel* c, tmp )
        if( c->readyForPainting())
            windows.append( c );
#endif

it has been disabled for bug #160393 but the XSync protocol implementation was
broken before 4.6 anyway (and actually doing it (hopefully) right now might
cause this bug)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic