--- a/windowing/windowserver/nga/SERVER/windowgroup.h Tue Jun 22 15:21:29 2010 +0300
+++ b/windowing/windowserver/nga/SERVER/windowgroup.h Fri Jul 16 11:45:55 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"
@@ -82,7 +82,7 @@
void AddPriorityKeyL(TUint aKeycode, TUint aModifierMask, TUint aModifiers);
void RemovePriorityKey(TUint aKeycode, TUint aModifierMask, TUint aModifiers);
void RemoveAllPriorityKeys();
- TBool CheckForPriorityKey(const TKeyData &aKey, TInt aScanCode);
+ TBool CheckForPriorityKey(const TKeyEvent &aKeyEvent);
inline CWsPointerCursor *GroupPointerCursor() const;
static CWsWindowGroup *WindowGroupFromIdentifier(TInt aIdentifier);
static CWsWindowGroup *WindowGroupFromIdentifierL(TInt aIdentifier);
@@ -110,7 +110,7 @@
void SetScreenDevice(DWsScreenDevice *aDevice);
static void SetEventQueueTestState(TBool aEventQueState);
TBool HasVisibleTranslucentChild();
- void ReleasePendedMessage();
+ void ReleasePendedMessage();
private:
void SwitchToOwningWindow(CWsWindowGroup *aClosingWindow);
void MoveChainedWindows(TDblQueIter<CWsWindowGroup>& aIter,TBool aForward,TInt aPos,CWsWindowGroup* aClosingWindow);