src/background.C
authorroot <root>
Tue, 4 Nov 2008 14:38:29 +0000 (14:38 +0000)
committerroot <root>
Tue, 4 Nov 2008 14:38:29 +0000 (14:38 +0000)
src/background.C

index c60a32b0506f703d805f9cff2dd1f4e09e1362dc..f2e389dd135d28a1704e4682b377d53ff4fa7a59 100644 (file)
@@ -1121,8 +1121,6 @@ bgPixmap_t::render ()
   if (target == NULL)
     return false;
 
-  target->init_asv ();
-
   TIMING_TEST_START (tp);
 
   invalidate ();
@@ -1141,6 +1139,8 @@ bgPixmap_t::render ()
 
   XImage *result = NULL;
 # ifdef HAVE_AFTERIMAGE
+  target->init_asv ();
+
   if (original_asim
       || (background_flags & transpTransformations) != (flags & transpTransformations))
     {