Merge lp:~compiz-team/compiz-core/oneiric.force_output_detection into lp:compiz-core/oneiric

Proposed by Sam Spilsbury
Status: Rejected
Rejected by: Sam Spilsbury
Proposed branch: lp:~compiz-team/compiz-core/oneiric.force_output_detection
Merge into: lp:compiz-core/oneiric
Diff against target: 32 lines (+4/-5)
1 file modified
src/screen.cpp (+4/-5)
To merge this branch: bzr merge lp:~compiz-team/compiz-core/oneiric.force_output_detection
Reviewer Review Type Date Requested Status
Compiz Maintainers Pending
Review via email: mp+73750@code.launchpad.net

Description of the change

Force output updates on redetection

To post a comment you must log in.
2799. By Sam Spilsbury

Remove wrong code

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Alberto's branch works fine, no need for this one

Unmerged revisions

2799. By Sam Spilsbury

Remove wrong code

2798. By Sam Spilsbury

Force output device update on detection

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/screen.cpp'
--- src/screen.cpp 2011-08-23 08:02:43 +0000
+++ src/screen.cpp 2011-09-02 09:59:31 +0000
@@ -611,6 +611,8 @@
611 case CoreOptions::Outputs:611 case CoreOptions::Outputs:
612 if (!noDetection && optionGetDetectOutputs ())612 if (!noDetection && optionGetDetectOutputs ())
613 return false;613 return false;
614 /* Update output devices directly since we read the
615 * option directly in this function */
614 updateOutputDevices ();616 updateOutputDevices ();
615 break;617 break;
616 default:618 default:
@@ -1831,10 +1833,8 @@
1831 mOptions[CoreOptions::DetectOutputs].value ().set (true);1833 mOptions[CoreOptions::DetectOutputs].value ().set (true);
18321834
1833 }1835 }
1834 else1836
1835 {1837 updateOutputDevices ();
1836 updateOutputDevices ();
1837 }
1838}1838}
18391839
18401840
@@ -4410,7 +4410,6 @@
4410 priv->reshape (priv->attrib.width, priv->attrib.height);4410 priv->reshape (priv->attrib.width, priv->attrib.height);
44114411
4412 priv->detectOutputDevices ();4412 priv->detectOutputDevices ();
4413 priv->updateOutputDevices ();
44144413
4415 priv->getDesktopHints ();4414 priv->getDesktopHints ();
44164415

Subscribers

People subscribed via source and target branches

to all changes: