diff -r 57c618273d5c -r bbf46f59e123 graphicscomposition/openwfcinterface/include/wfcplatform.h --- a/graphicscomposition/openwfcinterface/include/wfcplatform.h Thu Aug 19 11:11:18 2010 +0300 +++ b/graphicscomposition/openwfcinterface/include/wfcplatform.h Tue Aug 31 16:31:06 2010 +0300 @@ -1,8 +1,8 @@ -/********************************************************************* +/******************************************************************** * * * Sample implementation of wfcplatform.h, version 1.0, draft 18 * * * - * Copyright � 2007-2009 The Khronos Group * + * Copyright (c) 2007-2009 The Khronos Group * * * *********************************************************************/ @@ -30,6 +30,9 @@ #define WFC_DEFAULT_SCREEN_NUMBER (0) #endif +/* for backward compatibility of wfcGetOnScreenStream symbol use */ +#define wfcGetOnScreenStream extwfcGetOnScreenStream + typedef khronos_int32_t WFCint; typedef khronos_float_t WFCfloat; typedef khronos_uint32_t WFCbitfield;