graphicscomposition/openwfcompositionengine/common/include/owfattributes.h
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 152 9f1c3fea0f87
--- a/graphicscomposition/openwfcompositionengine/common/include/owfattributes.h	Tue Feb 02 01:47:50 2010 +0200
+++ b/graphicscomposition/openwfcompositionengine/common/include/owfattributes.h	Fri Apr 16 16:21:04 2010 +0300
@@ -48,6 +48,7 @@
 #define COMMITTED_ATTR_VALUE_INDEX 0
 #define WORKING_ATTR_VALUE_INDEX 1
 #define SNAPSHOT_ATTR_VALUE_INDEX 2
+#define COMMIT_ATTR_DIRECT_FROM_WORKING -1
 
 typedef enum {
     ATTR_ERROR_NONE             = 0,
@@ -87,8 +88,8 @@
     OWFuint                 dirty: 1;
     OWFuint                 dirtysnapshot: 1;
     OWFuint                 readonly: 1;
-    OWFuint                 size;                       //Size of one primitive
-    OWFuint                 length: ATTR_LENGTH_BITS;   //Number of primitives in vector
+    OWFuint                 size;                       /* Size of one primitive */
+    OWFuint                 length: ATTR_LENGTH_BITS;   /* Number of primitives in vector */
 } OWF_ATTRIBUTE_INFO;
 
 /*