diff -r 2717213c588a -r 171fae344dd4 windowing/windowserver/nga/SERVER/wsdisplaychangeao.h --- a/windowing/windowserver/nga/SERVER/wsdisplaychangeao.h Tue Jun 22 15:21:29 2010 +0300 +++ b/windowing/windowserver/nga/SERVER/wsdisplaychangeao.h Fri Jul 16 11:45:55 2010 +0300 @@ -1,5 +1,5 @@ /** -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-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" @@ -60,6 +60,7 @@ static CWsConfigChangeNotifier* NewL(MWsDisplayControl* aNextLevelInterface, CScreen *aOwner); void IssueNotificationRequest(); void CancelNotificationRequest(); + void UpdateLastSetConfiguration(TDisplayConfiguration& aNewConfig); ~CWsConfigChangeNotifier(); protected: void ConstructL(); @@ -75,6 +76,8 @@ CEventQueueRetry *iRetry; TDisplayConfiguration iLastConfig; + // last set screen device SetConfiguration call + TDisplayConfiguration iLastSetConfig; }; #endif