diff -r 433cbbb6a04b -r 10534483575f uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h --- a/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Fri Mar 12 15:47:04 2010 +0200 +++ b/uiacceltk/hitchcock/CommonInc/alfdecoderserverclient.h Mon Mar 15 12:43:37 2010 +0200 @@ -50,6 +50,14 @@ IMPORT_C void SendAsynchronous(TInt aOp, const TIpcArgs& aIPCArgs,TRequestStatus& aStatus ); IMPORT_C TInt SendBlind(TInt aOp, const TIpcArgs& aIPCArgs ); + + /** + * Asks list of window groups that have graphics surfaces even + * they are not supposed to be seen on screen + * @param aArray array to be populated + * @return error code. + */ + IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray* aWindowGroups); private: TInt iSpare1; TInt iSpare2;