[fusion-commits] Animation plugin: Changes to 'master' (7966765b51878f699197bf3cb4bfe3093b73e035)
cornelius at server.beryl-project.org
cornelius at server.beryl-project.org
Thu Jul 26 04:50:32 CEST 2007
New commits:
commit 7966765b51878f699197bf3cb4bfe3093b73e035
Author: Erkin Bahceci <erkinbah at gmail.com>
Date: Wed Jul 25 22:50:11 2007 -0400
Fix crash on (un)shading during focus effect.
animation.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: fusion/plugins/animation/animation.c
===================================================================
--- fusion/plugins/animation/animation.c
+++ fusion/plugins/animation/animation.c
@@ -2906,7 +2906,7 @@ static void animHandleEvent(CompDisplay * d, XEvent * event)
{
if (aw->curWindowEvent != WindowEventUnshade)
{
- postAnimationCleanup(w, TRUE);
+ postAnimationCleanupCustom(w, TRUE, FALSE, FALSE);
}
else
{
@@ -3519,7 +3519,7 @@ static Bool animDamageWindowRect(CompWindow * w, Bool initial, BoxPtr rect)
{
if (aw->curWindowEvent != WindowEventShade)
{
- postAnimationCleanup(w, TRUE);
+ postAnimationCleanupCustom(w, TRUE, FALSE, FALSE);
}
else
{
More information about the commits
mailing list