diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-12-13 21:07:40 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-12-13 21:07:40 +0800 |
commit | 93d14a9489c1b7dfb1cb4b4b40c1702c86f1344b (patch) | |
tree | 96336680dc4a2a55a7c91b0048bf27a4d6e6b121 /plugins | |
parent | c9430dd74862e94884a4e3fb11a7b90e78d37a5f (diff) | |
download | compiz-with-glib-mainloop-93d14a9489c1b7dfb1cb4b4b40c1702c86f1344b.tar.gz compiz-with-glib-mainloop-93d14a9489c1b7dfb1cb4b4b40c1702c86f1344b.tar.bz2 |
Break after updating after reparent
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/decor/src/decor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/decor/src/decor.cpp b/plugins/decor/src/decor.cpp index 2a249e3..5c2d9b8 100644 --- a/plugins/decor/src/decor.cpp +++ b/plugins/decor/src/decor.cpp @@ -1254,6 +1254,7 @@ DecorWindow::windowNotify (CompWindowNotify n) { case CompWindowNotifyReparent: update (true); + break; /* We get the notification for shade before the window is * actually resized which means that calling update -> * damageOutputExtents here will not do anything useful for us |