diff -r e880629062dd -r e4a7b1cbe40c kernel/eka/include/drivers/xyin.h --- a/kernel/eka/include/drivers/xyin.h Wed May 05 05:11:16 2010 +0100 +++ b/kernel/eka/include/drivers/xyin.h Mon May 10 11:40:53 2010 +0100 @@ -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 };