--- a/windowing/windowserver/debuglog/DECODER.CPP Tue Aug 31 16:31:06 2010 +0300
+++ b/windowing/windowserver/debuglog/DECODER.CPP Wed Sep 01 12:39:21 2010 +0100
@@ -834,13 +834,7 @@
_LIT(LogGetExitHighPressureThreshold,"EWsClOpGetExitHighPressureThreshold()");
aText.AppendFormat(LogGetExitHighPressureThreshold);
}
- break;
- case EWsClOpIndicateAppOrientation:
- {
- _LIT(LogIndicateAppOrientation,"EWsClOpIndicateAppOrientation(%d)");
- aText.AppendFormat(LogIndicateAppOrientation, *pData.Orientation);
- }
- break;
+ break;
case EWsClOpLastEnumValue:
{
_LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum");
@@ -1398,6 +1392,14 @@
aText.AppendFormat(LogWinClearRedrawStore);
}
break;
+#ifdef SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION
+ case EWsWinOpFixNativeOrientation:
+ {
+ _LIT(LogWinFixNativeOrientation,"FixNativeOrientation()");
+ aText.AppendFormat(LogWinFixNativeOrientation);
+ }
+ break;
+#endif // SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION
default:
UnKnownOpcode(aText, aOpcode);
break;