--- a/graphicscomposition/openwfcompositionengine/common/include/owfattributes.h Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicscomposition/openwfcompositionengine/common/include/owfattributes.h Wed Sep 01 12:39:21 2010 +0100
@@ -1,5 +1,4 @@
/* 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
@@ -49,7 +48,6 @@
#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,
@@ -89,8 +87,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;
/*