Bug 17020 - Compiz fails to handle XSyncAlarmNotify for windows on all screens but the last
Summary: Compiz fails to handle XSyncAlarmNotify for windows on all screens but the last
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/compiz (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: David Reveman
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 17:01 UTC by Aaron Plattner
Modified: 2008-08-07 03:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Proposed fix (775 bytes, patch)
2008-08-06 17:01 UTC, Aaron Plattner
no flags Details | Splinter Review

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.