diff -r ac96196b945c -r 15986eb6c500 windowing/windowserver/debuglog/DECODER.CPP --- a/windowing/windowserver/debuglog/DECODER.CPP Mon Mar 15 12:45:41 2010 +0200 +++ b/windowing/windowserver/debuglog/DECODER.CPP Wed Mar 31 23:34:07 2010 +0300 @@ -1392,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;