uiacceltk/hitchcock/coretoolkit/inc/HuiFxConstants.h
changeset 19 f5bac0badc7e
parent 13 8f67d927ea57
--- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxConstants.h	Fri Apr 16 15:56:24 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxConstants.h	Mon May 03 13:22:43 2010 +0300
@@ -94,7 +94,7 @@
 
 // parameter for visual
 _LIT(KLitSrc, "src" ); // source for the effect
-
+_LIT(KLitOpaque, "opaque");
 _LIT(KLitBlending, "blending" );
 _LIT(KLitParam, "param" );
 _LIT(KLitReplace, "replace" );
@@ -129,6 +129,8 @@
 _LIT(KLitAccelerate, "accelerate");
 _LIT(KLitImpulse, "impulse");
 */
+_LIT(KLitTrue,"true");
+_LIT(KLitFalse,"false");
 _LIT(KLitAt, "at" );
 _LIT(KLitMarker, "marker" );
 _LIT(KLitLoopStart, "loop_start" );