graphicscomposition/openwfcinterface/include/wfcplatform.h
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
     1 /*********************************************************************
     1 /********************************************************************
     2  *                                                                   *
     2  *                                                                   *
     3  * Sample implementation of wfcplatform.h, version 1.0, draft 18     *
     3  * Sample implementation of wfcplatform.h, version 1.0, draft 18     *
     4  *                                                                   *
     4  *                                                                   *
     5  * Copyright � 2007-2009 The Khronos Group                           *
     5  * Copyright (c) 2007-2009 The Khronos Group                         *
     6  *                                                                   *
     6  *                                                                   *
     7  *********************************************************************/
     7  *********************************************************************/
     8 
     8 
     9 #ifndef _WFCPLATFORM_H_
     9 #ifndef _WFCPLATFORM_H_
    10 #define _WFCPLATFORM_H_
    10 #define _WFCPLATFORM_H_
    28 
    28 
    29 #ifndef WFC_DEFAULT_SCREEN_NUMBER
    29 #ifndef WFC_DEFAULT_SCREEN_NUMBER
    30 #define WFC_DEFAULT_SCREEN_NUMBER (0)
    30 #define WFC_DEFAULT_SCREEN_NUMBER (0)
    31 #endif
    31 #endif
    32 
    32 
       
    33 /* for backward compatibility of wfcGetOnScreenStream symbol use */
       
    34 #define wfcGetOnScreenStream extwfcGetOnScreenStream
       
    35 
    33 typedef khronos_int32_t     WFCint;
    36 typedef khronos_int32_t     WFCint;
    34 typedef khronos_float_t     WFCfloat;
    37 typedef khronos_float_t     WFCfloat;
    35 typedef khronos_uint32_t    WFCbitfield;
    38 typedef khronos_uint32_t    WFCbitfield;
    36 typedef khronos_uint32_t    WFCHandle;
    39 typedef khronos_uint32_t    WFCHandle;
    37 
    40