diff -r f93c875b566e -r 3a60ebea00d0 uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h --- a/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Tue May 25 13:39:57 2010 +0300 +++ b/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Wed Jun 09 10:41:25 2010 +0300 @@ -66,16 +66,23 @@ */ IMPORT_C TInt GetListOfWindowGroupsWSurfaces(RArray* aWindowGroups); - /** * Asks the number of active effects * @return error code or number of active effects (>= 0). */ IMPORT_C TInt EffectsCount(); + + /** + * Asks list of window groups that potentially use graohics memory even no direct EGL nor surface access on main display + * @param aArray array to be populated + * @return error code. + */ + IMPORT_C void RAlfBridgerClient::GetOptionalGraphicsMemUsers(RArray* aOptionalCandidates); + private: - TInt GetListOfWindowGroups(RArray* aWindowGroups, TBool aListAll); + TInt GetListOfWindowGroups(RArray* aWindowGroups, TInt aType); TInt iSpare1; TInt iSpare2; };