diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/ServerCore/Inc/alfscreen.h --- a/uiacceltk/hitchcock/ServerCore/Inc/alfscreen.h Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/ServerCore/Inc/alfscreen.h Mon Feb 22 17:57:49 2010 +0200 @@ -42,6 +42,9 @@ /** Group for showing effects */ EAlfFullScreenEffectContainer, + + /** Group for FPS indicator */ + EAlfFpsIndicatorContainer }; NONSHARABLE_CLASS( TAlfControlGroupEntry ) @@ -107,6 +110,11 @@ */ TBool IsVisualTreeVisibilityChanged(); + /** + * Returns amount of fixed control groups. + */ + TInt FixedControlGroupCount() const; + public: RArray iControlGroups; @@ -115,6 +123,7 @@ CHuiDisplay* iDisplay; CHuiControlGroup* iFloatingSpriteControlGroup; CHuiControlGroup* iFullscreenEffectControlGroup; + CHuiControlGroup* iFpsControlGroup; TBool iVisualTreeVisibilityChanged; TInt iScreenNum;