diff -r 77b29c7ebdbb -r de3e07519bb7 windowing/windowserver/nga/SERVER/openwfc/cliwin.cpp --- a/windowing/windowserver/nga/SERVER/openwfc/cliwin.cpp Fri May 28 15:45:54 2010 +0100 +++ b/windowing/windowserver/nga/SERVER/openwfc/cliwin.cpp Fri May 28 16:02:15 2010 +0100 @@ -867,6 +867,10 @@ case EWsWinOpShadowDisabled: OwnerPanic(EWservPanicOpcode); //this op code is deprecated, should never be generated by the client break; + case EWsWinOpSetShape: + // Still called from CEikCba::SetBoundingRect, but not supportable in OpenWF - see Bug 1863 + // OwnerPanic(EWservPanicOpcode); //this op code is not supported in OpenWF + break; case EWsWinOpRequiredDisplayMode: if (Backup()!=NULL) OwnerPanic(EWservPanicBackupDisplayMode);