diff -r 9f2f0d4d53f3 -r 60d1ea0a020a windowing/windowserver/nga/SERVER/openwfc/WINBASE.CPP --- 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); }