windowing/windowserver/nga/SERVER/openwfc/cliwin.cpp
branchNewGraphicsArchitecture
changeset 84 de3e07519bb7
parent 0 5d03bc08d59c
child 157 b042127c80f6
--- 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);