Merge lp:~smspillaz/compiz-core/compiz-core.fix_856015 into lp:compiz-core/0.9.5

Proposed by Sam Spilsbury
Status: Merged
Merged at revision: 2833
Proposed branch: lp:~smspillaz/compiz-core/compiz-core.fix_856015
Merge into: lp:compiz-core/0.9.5
Diff against target: 12 lines (+1/-1)
1 file modified
src/window.cpp (+1/-1)
To merge this branch: bzr merge lp:~smspillaz/compiz-core/compiz-core.fix_856015
Reviewer Review Type Date Requested Status
Jason Smith (community) Approve
Review via email: mp+76501@code.launchpad.net

Description of the change

Remove destroyed frame windows from detached frame list

To post a comment you must log in.
Revision history for this message
Jason Smith (jassmith) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/window.cpp'
2--- src/window.cpp 2011-09-20 16:19:17 +0000
3+++ src/window.cpp 2011-09-22 00:49:25 +0000
4@@ -6335,7 +6335,7 @@
5 * problems with that */
6
7 XDestroyWindow (dpy, (it->second)->id ());
8-
9+ screen->priv->detachedFrameWindows.erase (it);
10 }
11
12 /* We need to know when the frame window is created

Subscribers

People subscribed via source and target branches