diff -r bbf46f59e123 -r 25ffed67c7ef graphicscomposition/openwfsupport/inc/symbianstream.h --- a/graphicscomposition/openwfsupport/inc/symbianstream.h Tue Aug 31 16:31:06 2010 +0300 +++ b/graphicscomposition/openwfsupport/inc/symbianstream.h Wed Sep 01 12:39:21 2010 +0100 @@ -26,6 +26,7 @@ typedef struct struct_TSurfaceId TSurfaceId; #endif #include +#include typedef khronos_int32_t khronos_bool; typedef khronos_int32_t TErrCode; @@ -88,7 +89,7 @@ typedef khronos_int32_t MultipleSymbianStreamEventBits; typedef khronos_int32_t SymNativeStreamEvent; typedef khronos_int32_t SymbianStreamBuffer; -typedef khronos_int32_t SymOwfPixelFormat; +typedef TUidPixelFormat SymOwfPixelFormat; typedef khronos_int32_t SymOwfBool; typedef enum @@ -387,7 +388,7 @@ @panic NativeStream 1000002 Null return value pointer @panic NativeStream 1000003 Null Native Stream **/ - IMPORT_C void SymbianStreamGetHeader( SymbianStreamType aStream, khronos_int32_t* aWidth, khronos_int32_t* aHeight, khronos_int32_t* aStride, khronos_int32_t* aFormat, khronos_int32_t* aPixelSize); + IMPORT_C void SymbianStreamGetHeader( SymbianStreamType aStream, khronos_int32_t* aWidth, khronos_int32_t* aHeight, khronos_int32_t* aStride, TUidPixelFormat* aFormat, khronos_int32_t* aPixelSize); /** Returns extra details of the format of the image data stored in the Native Stream. This method is intended to allow compositors to access the SurfaceManager hints associated with the @@ -660,8 +661,6 @@ **/ IMPORT_C void SymbianStreamSetFlipState(SymbianStreamType aStream, SymOwfBool aFlip); - IMPORT_C TErrCode SymbianStreamGetChunkHandle(SymbianStreamType aStream, TInt* aHandle); - # ifdef __cplusplus } # endif