diff -r bac7acad7cb3 -r 2c87b2808fd7 camerauis/cameraapp/generic/inc/CamZoomPane.h --- a/camerauis/cameraapp/generic/inc/CamZoomPane.h Wed Sep 01 12:30:54 2010 +0100 +++ b/camerauis/cameraapp/generic/inc/CamZoomPane.h Tue Sep 14 20:46:07 2010 +0300 @@ -182,7 +182,7 @@ * @since 3.0 * @return the zoom pane rect */ - TRect Rect() const; + TRect Extent() const; /** * Called when the parent gains or loses foreground @@ -405,6 +405,7 @@ TRect iZoomPaneRect; TRect iSliderParentRect; + TRect iExtent; TPoint iPlusPoint; TPoint iMinusPoint; TPoint iTopPoint;