diff -r 71da52165949 -r ce1c7ad1f18b photosgallery/viewframework/tvout/inc/glxhdmisurfaceupdater.h --- a/photosgallery/viewframework/tvout/inc/glxhdmisurfaceupdater.h Fri Mar 12 15:42:44 2010 +0200 +++ b/photosgallery/viewframework/tvout/inc/glxhdmisurfaceupdater.h Mon Mar 15 12:40:30 2010 +0200 @@ -63,7 +63,7 @@ /* * Activate Zoom */ - void ActivateZoom(); + void ActivateZoom(TBool aAutoZoomOut); /* * Deactivate Zoom */ @@ -175,6 +175,8 @@ CPeriodic* iTimer; TBool iZoom; TBool iBitmapReady; + TBool iAutoZoomOut; + TBool iSurfSessionConnected; #ifdef _DEBUG TTime iStartTime; TTime iStopTime;