graphicscomposition/openwfcompositionengine/adaptation/include/owfdisplaycontextgeneral.h
branchGCC_SURGE
changeset 99 ac1910f6e7cb
parent 0 5d03bc08d59c
equal deleted inserted replaced
96:faed0e24b58a 99:ac1910f6e7cb
    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 /**