Merge lp:~vanvugt/compiz-core/fix-981703-properly into lp:compiz-core

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 3096
Proposed branch: lp:~vanvugt/compiz-core/fix-981703-properly
Merge into: lp:compiz-core
Diff against target: 12 lines (+1/-2)
1 file modified
plugins/decor/src/decor.cpp (+1/-2)
To merge this branch: bzr merge lp:~vanvugt/compiz-core/fix-981703-properly
Reviewer Review Type Date Requested Status
Sam Spilsbury Approve
Alan Griffiths Abstain
Daniel van Vugt Pending
Review via email: mp+102448@code.launchpad.net

Description of the change

Make sure window frames actually get destroyed when they should, to
guarantee they get recreated on unminimize. (LP: #981703)

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Still can't reproduced #981703, but don't see any problems with this.

review: Abstain
Revision history for this message
Sam Spilsbury (smspillaz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/decor/src/decor.cpp'
2--- plugins/decor/src/decor.cpp 2012-04-17 04:05:07 +0000
3+++ plugins/decor/src/decor.cpp 2012-04-18 07:53:20 +0000
4@@ -1537,8 +1537,7 @@
5 /* Undecorated windows need to have the
6 * input and output frame removed and the
7 * frame window geometry reset */
8- if (decorate)
9- updateFrame ();
10+ updateFrame ();
11
12 memset (&emptyExtents, 0, sizeof (CompWindowExtents));
13

Subscribers

People subscribed via source and target branches