graphicscomposition/openwfcompositionengine/composition/include/wfcstructs.h
changeset 152 9f1c3fea0f87
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/graphicscomposition/openwfcompositionengine/composition/include/wfcstructs.h	Tue Jul 06 15:45:57 2010 +0300
+++ b/graphicscomposition/openwfcompositionengine/composition/include/wfcstructs.h	Wed Aug 18 11:05:09 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
@@ -282,14 +283,6 @@
     TFPtrEglPrivateSignalSyncNok    eglPrivateSignalSync;
 } WFC_CONTEXT;
 
-typedef struct WFC_CONTENT_UPDATED_PARAM_ {
-    WFCint      length;
-    WFCint      id;
-    WFCint      par;
-    WFCint      serialNumber;
-    WFCint      immediateAvailable;
-    WFCint      immediateVisibility;
-} WFC_CONTENT_UPDATED_PARAM;
 
 #define IMAGE_PROVIDER(x)   ((WFC_IMAGE_PROVIDER*)(x))
 #define ELEMENT(x)          ((WFC_ELEMENT*)(x))