Merge lp:~ivenvd/compiz/compiz.fix_1050752 into lp:compiz/0.9.8

Proposed by Iven Hsu
Status: Merged
Approved by: Omer Akram
Approved revision: 3374
Merged at revision: 3375
Proposed branch: lp:~ivenvd/compiz/compiz.fix_1050752
Merge into: lp:compiz/0.9.8
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/opacify/src/opacify.cpp (+1/-1)
To merge this branch: bzr merge lp:~ivenvd/compiz/compiz.fix_1050752
Reviewer Review Type Date Requested Status
Sam Spilsbury Approve
Review via email: mp+124345@code.launchpad.net

Commit message

Fix (LP: #1050752). https://bugs.launchpad.net/compiz/+bug/1050752

In the initializing of the plugin, it should not only start handling the events, but also enable GL paint.

Description of the change

Fix (LP: #1050752). https://bugs.launchpad.net/compiz/+bug/1050752

In the initializing of the plugin, it should not only start handling the events, but also enable GL paint.

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) :
review: Approve
Revision history for this message
Unity Merger (unity-merger) wrote :

No commit message specified.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/opacify/src/opacify.cpp'
--- plugins/opacify/src/opacify.cpp 2012-09-07 23:29:42 +0000
+++ plugins/opacify/src/opacify.cpp 2012-09-14 07:10:26 +0000
@@ -414,7 +414,7 @@
414 optionSetTimeoutNotify (boost::bind (&OpacifyScreen::optionChanged,414 optionSetTimeoutNotify (boost::bind (&OpacifyScreen::optionChanged,
415 this, _1, _2));415 this, _1, _2));
416416
417 screen->handleEventSetEnabled (this, optionGetInitToggle ());417 setFunctions (optionGetInitToggle ());
418}418}
419419
420bool420bool

Subscribers

People subscribed via source and target branches