diff -r 29ddb8a72f0e -r 9f1c3fea0f87 graphicscomposition/openwfcompositionengine/composition/include/wfcscene.h --- a/graphicscomposition/openwfcompositionengine/composition/include/wfcscene.h Tue Jul 06 15:45:57 2010 +0300 +++ b/graphicscomposition/openwfcompositionengine/composition/include/wfcscene.h Wed Aug 18 11:05:09 2010 +0300 @@ -1,4 +1,5 @@ /* Copyright (c) 2009 The Khronos Group Inc. + * Portions copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies) * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and/or associated documentation files (the @@ -175,6 +176,15 @@ OWF_API_CALL WFCElement WFC_Scene_LowestElement(WFC_SCENE* scene); +/*! + * \brief Search for the topmost element + * + * \param scene Scene to search + * \return pointer to the topmost element + */ +OWF_API_CALL WFC_ELEMENT* +WFC_Scene_TopMostElement(WFC_SCENE* scene); + #ifdef __cplusplus } #endif