Merge lp:~mc-return/compiz/compiz.merge-fix1101558-missing-break into lp:compiz/0.9.9

Proposed by MC Return
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3570
Merged at revision: 3575
Proposed branch: lp:~mc-return/compiz/compiz.merge-fix1101558-missing-break
Merge into: lp:compiz/0.9.9
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/decor/src/decor.cpp (+1/-0)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-fix1101558-missing-break
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+143986@code.launchpad.net

Commit message

Added missing break to case ClientMessage in DecorScreen::handleEvent (_XEvent *) function.

(LP: #1101558)

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Contextually the mistake looks like it was harmless. I also verified that there are no regressions caused by fixing it...

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-12-04 15:38:17 +0000
3+++ plugins/decor/src/decor.cpp 2013-01-19 13:04:21 +0000
4@@ -2381,6 +2381,7 @@
5 dw->mRequestor.handlePending (event->xclient.data.l);
6 }
7 }
8+ break;
9 default:
10 /* Check for damage events. If the output or input window
11 * or a texture is updated then damage output extents.

Subscribers

People subscribed via source and target branches