graphicscomposition/openwfcompositionengine/adaptation/include/owfdisplaycontextgeneral.h
equal
deleted
inserted
replaced
23 #define OWFDISPLAYCONTEXTGENERAL_H_ |
23 #define OWFDISPLAYCONTEXTGENERAL_H_ |
24 |
24 |
25 #include <e32def.h> |
25 #include <e32def.h> |
26 #include <WF/wfc.h> |
26 #include <WF/wfc.h> |
27 #include <KHR/khrplatform.h> |
27 #include <KHR/khrplatform.h> |
|
28 #include <owfimage.h> |
28 |
29 |
29 #ifdef __cplusplus |
30 #ifdef __cplusplus |
30 extern "C" { |
31 extern "C" { |
31 #endif |
32 #endif |
32 |
33 |
33 typedef void* OWF_DISPCTX; |
34 // Type OWF_DISPCTX is defined in <owfimage.h> |
34 |
35 |
35 OWF_DISPCTX OWF_DisplayContext_Create(TInt screenNum); |
36 OWF_DISPCTX OWF_DisplayContext_Create(TInt screenNum); |
36 void OWF_DisplayContext_Destroy(TInt screenNum, OWF_DISPCTX dc); |
37 void OWF_DisplayContext_Destroy(TInt screenNum, OWF_DISPCTX dc); |
37 |
38 |
38 /** |
39 /** |