--- a/graphicscomposition/openwfcompositionengine/common/include/owfattributes.h Thu Aug 19 11:11:18 2010 +0300
+++ b/graphicscomposition/openwfcompositionengine/common/include/owfattributes.h Tue Aug 31 16:31:06 2010 +0300
@@ -1,4 +1,5 @@
/* Copyright (c) 2009 The Khronos Group Inc.
+ * Portions copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies)
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and/or associated documentation files (the
@@ -48,6 +49,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 +89,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;
/*