diff -r 6a1564a2f3e6 -r 18f84489a694 windowing/windowserver/debuglog/DECODER.CPP --- a/windowing/windowserver/debuglog/DECODER.CPP Fri Sep 17 08:36:49 2010 +0300 +++ b/windowing/windowserver/debuglog/DECODER.CPP Mon Oct 04 02:31:51 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1995-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" @@ -1398,6 +1398,13 @@ aText.AppendFormat(LogWinClearRedrawStore); } break; + case EWsWinOpSetPointerAcceptanceRegion: + { + _LIT(LogWinSetPointerRegion,"SetPointerAcceptanceRegion()"); + aText.AppendFormat(LogWinSetPointerRegion); + } + break; + default: UnKnownOpcode(aText, aOpcode); break;