diff -r 5b5d147c7838 -r bbf8bed59bcb kernel/eka/include/drivers/xyin.h --- a/kernel/eka/include/drivers/xyin.h Tue May 25 14:09:55 2010 +0300 +++ b/kernel/eka/include/drivers/xyin.h Wed Jun 09 11:10:19 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -27,6 +27,7 @@ #include #include + #ifdef _DEBUG //#define __DIGITISER_DEBUG1__ //#define __DIGITISER_DEBUG2__ @@ -180,6 +181,7 @@ TState iState; TInt iCount; TUint8 iPointerOn; + TInt iOrientation; // HALData::TDigitizerOrientation };