Remove opcode implementation for EWsWinOpSetSurfaceTransparency (Bug 3343) as workaround for Bug 3802
--- a/windowing/windowserver/nga/SERVER/openwfc/WINBASE.CPP Fri Oct 08 17:18:41 2010 +0100
+++ b/windowing/windowserver/nga/SERVER/openwfc/WINBASE.CPP Mon Oct 18 18:36:55 2010 +0100
@@ -523,9 +523,10 @@
OwnerPanic(EWservPanicUnableToEnableAdvPointer);
}
break;
- case EWsWinOpSetSurfaceTransparency:
- RDebug::Printf("[Bug 3343] OpCode EWsWinOpSetSurfaceTransparency not supported.");
- break;
+ // Remove as a workaround for Bug 3802
+ //case EWsWinOpSetSurfaceTransparency:
+ // RDebug::Printf("[Bug 3343] OpCode EWsWinOpSetSurfaceTransparency not supported.");
+ // break;
default:
return(EFalse);
}