[beryl-commits] Animation plugin: Changes to 'master' (fa38942697f50edd8660dcae176be38c344033cc)
cornelius at server.beryl-project.org
cornelius at server.beryl-project.org
Sun Jun 3 05:33:09 CEST 2007
New commits:
commit fa38942697f50edd8660dcae176be38c344033cc
Author: Erkin Bahceci <erkinbah at gmail.com>
Date: Sat Jun 2 23:27:30 2007 -0400
Avoid crash when using dodge with ring switcher
animation.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: compcomm/plugins/animation/animation.c
===================================================================
--- compcomm/plugins/animation/animation.c
+++ compcomm/plugins/animation/animation.c
@@ -2698,6 +2698,9 @@ fxDodgePostPreparePaintScreen(CompScreen *s, CompWindow *w)
if (!aw->isDodgeSubject)
return;
+ if (!aw->restackInfo)
+ return;
+
// Dodgy window
CompWindow *dw;
AnimWindow *adw = NULL;
More information about the commits
mailing list