--- a/windowing/windowserver/nga/SERVER/wsdisplaychangeao.h Tue May 25 14:06:41 2010 +0300
+++ b/windowing/windowserver/nga/SERVER/wsdisplaychangeao.h Wed Jun 09 11:06:44 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