graphicscomposition/openwfcompositionengine/adaptation/include/owfdisplaycontextgeneral.h
branchGCC_SURGE
changeset 99 ac1910f6e7cb
parent 0 5d03bc08d59c
--- a/graphicscomposition/openwfcompositionengine/adaptation/include/owfdisplaycontextgeneral.h	Fri Jun 11 16:28:08 2010 +0100
+++ b/graphicscomposition/openwfcompositionengine/adaptation/include/owfdisplaycontextgeneral.h	Tue Jun 15 15:39:06 2010 +0100
@@ -25,12 +25,13 @@
 #include <e32def.h>
 #include <WF/wfc.h>
 #include <KHR/khrplatform.h>
+#include <owfimage.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-typedef void*   OWF_DISPCTX;
+// Type OWF_DISPCTX is defined in <owfimage.h>
 
 OWF_DISPCTX OWF_DisplayContext_Create(TInt screenNum);
 void OWF_DisplayContext_Destroy(TInt screenNum, OWF_DISPCTX dc);