diff -r f7f1ae431f74 -r ac76c975c9be uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h --- a/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Thu May 27 13:47:19 2010 +0300 +++ b/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Fri Jun 11 14:31:43 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; };