Bug 17020

Summary: Compiz fails to handle XSyncAlarmNotify for windows on all screens but the last
Product: xorg Reporter: Aaron Plattner <aplattner>
Component: App/compizAssignee: David Reveman <reveman>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Proposed fix none

Description Aaron Plattner 2008-08-06 17:01:14 UTC
Created attachment 18165 [details] [review]
Proposed fix

(Launchpad bug https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/149764/ )

This occurs because the break statement in the loop to find the window only breaks out of the inner loop.  When the window is on a screen other than the last, the outer loop tries to search for the window on later screens and doesn't find it, causing handleSyncAlarm to be skipped.
Comment 1 Danny Baumann 2008-08-07 03:53:24 UTC
Applied. Thanks much!

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.