uiacceltk/hitchcock/coretoolkit/src/HuiVisual.cpp
changeset 31 1b6909418757
parent 29 ac3859d43844
child 60 5dafecb0892a
equal deleted inserted replaced
30:920e03da86f0 31:1b6909418757
  2165         }
  2165         }
  2166    }
  2166    }
  2167 
  2167 
  2168 EXPORT_C void CHuiVisual::SetEffect(CHuiFxEffect* aEffect)
  2168 EXPORT_C void CHuiVisual::SetEffect(CHuiFxEffect* aEffect)
  2169     {
  2169     {
  2170     SetFreezeState(EFalse);
       
  2171 
       
  2172     __ALFFXLOGSTRING2("CHuiVisual::SetEffect - : 0x%d on visual 0x%x", aEffect, this );
  2170     __ALFFXLOGSTRING2("CHuiVisual::SetEffect - : 0x%d on visual 0x%x", aEffect, this );
  2173     // If effect is replaced by a new effect, we don't want the effect end callback
  2171     // If effect is replaced by a new effect, we don't want the effect end callback
  2174     // as it would end the new effect
  2172     // as it would end the new effect
  2175     if ( iVisualData->iEffect )
  2173     if ( iVisualData->iEffect )
  2176         {
  2174         {