~ubuntu-branches/ubuntu/hardy/compiz-fusion-plugins-main/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/04_fix-artifacts-after-gksu.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-24 15:41:36 UTC
  • mfrom: (37.1.3 hardy-proposed)
  • Revision ID: james.westby@ubuntu.com-20081124154136-xlxem9p8cxk5qos3
Tags: 0.7.4-0ubuntu6.2
* SECURITY UPDATE: do not allow window to be moved that are not supposed
  to be moved (LP: #247088)
  - 05_fix_expo.patch: from git

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
X-Git-Url: http://gitweb.compiz-fusion.org/?p=fusion%2Fplugins-main;a=blobdiff_plain;f=src%2Fanimation%2Fanimation.c;h=b318aa21f44b7606072cbf7c38fb789bc328a25d;hp=d02d03f1d03a4177f2d80052ac5f6f9092f7b1bb;hb=a5c49962c89e93d64769afb1cfe92bd8bfa27797;hpb=ed79470c774390ef9ae6b2fa767a49900c537b3f
 
2
 
 
3
diff --git a/src/animation/animation.c b/src/animation/animation.c
 
4
index d02d03f..b318aa2 100644
 
5
--- src/animation/animation.c
 
6
+++ src/animation/animation.c
 
7
@@ -1438,7 +1438,7 @@ static void postAnimationCleanupCustom (CompWindow * w,
 
8
        aw->magicLampWaves = 0;
 
9
     }
 
10
 
 
11
-    if (!finishing && aw->BB.x1 != MAXSHORT)
 
12
+    if (aw->BB.x1 != MAXSHORT)
 
13
     {
 
14
        // damage BB
 
15
        damageBoundingBox (w);