void
fxDodgeUpdateBB (CompOutput *output,
		 CompWindow * w,
		 Box *BB)
{
    ANIM_WINDOW(w);

    if (!aw->isDodgeSubject)
	compTransformUpdateBB (output, w, BB);
}
Exemplo n.º 2
0
Arquivo: glide.c Projeto: Elive/ecomp
void
fxGlideUpdateBB(CompOutput *output,
                CompWindow *w)
{
   ANIM_SCREEN(w->screen);
   ANIM_WINDOW(w);

   if (fxGlideIsPolygonBased (as, aw))
     polygonsUpdateBB (output, w);
   else
     compTransformUpdateBB (output, w);
}