windowing/windowserver/debuglog/DECODER.CPP
changeset 194 18f84489a694
parent 152 9f1c3fea0f87
--- 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;