Summary: | Drawing happens in the wrong place after moving redirected window | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Søren Sandmann Pedersen <soren.sandmann> | ||||||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | normal | ||||||||||
Priority: | high | ||||||||||
Version: | unspecified | ||||||||||
Hardware: | x86 (IA32) | ||||||||||
OS: | Linux (All) | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Søren Sandmann Pedersen
2005-12-08 07:50:40 UTC
Created attachment 4038 [details]
The test program
Created attachment 4269 [details] [review] Proposed fix This patch fixes the bug for me (and includes the patch for bug 5274). The problem is that the borderClip doesn't get updated when the window is FullyObscured, which is incorrect when the window is redirected. fbbits.h: In function 'fbPolySegment32': fbbits.h:832: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment24': fbbits.h:832: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment16': fbbits.h:832: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment8': fbbits.h:832: warning: 'bits' is used uninitialized in this function bits is first used as the target of a +=. bah, paste-o. Created attachment 4944 [details] [review] Different fix, from Keith Packard Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. The second patch here looks like it's been applied. Closing. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.