diff -r 7f6e7753e018 -r e375a7921169 windowing/windowserver/nga/SERVER/pointer.h --- a/windowing/windowserver/nga/SERVER/pointer.h Mon Jun 21 17:08:43 2010 +0300 +++ b/windowing/windowserver/nga/SERVER/pointer.h Thu Jul 15 20:08:02 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -229,7 +229,10 @@ static TInt iExitHighPressureThreshold; /** Used to offset the y pointer */ - static TInt iYOffset; + /** upgraded to use dynamic value */ + static TInt iYOffsetTop; + static TInt iYOffsetBottom; + static TInt iYOffsetMax; #if defined(__WINS__) /** Tell whether to rotate pointer coords in _WINS_ builds */