diff -r dec420019252 -r 7d91903f795f videoplayback/inc/mpxvideoplaybackcontrolscontroller.h --- a/videoplayback/inc/mpxvideoplaybackcontrolscontroller.h Tue Feb 02 00:12:10 2010 +0200 +++ b/videoplayback/inc/mpxvideoplaybackcontrolscontroller.h Fri Feb 19 22:52:52 2010 +0200 @@ -15,7 +15,7 @@ * */ -// Version : %version: 7 % +// Version : %version: 8 % #ifndef MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ @@ -133,6 +133,8 @@ void SetRealOneBitmapVisibility( TBool aVisible ); + TBool SetBackgroundBlack(); + private: /** * Create controls @@ -350,6 +352,9 @@ RFs iFs; TFileName iBitmapFileName; + TBool iSurfaceCreated; + TBool iTvOutConnected; + #ifdef RD_TACTILE_FEEDBACK MTouchFeedback* iFeedback; #endif //RD_TACTILE_FEEDBACK