# HG changeset patch # User Shabe Razvi # Date 1287423415 -3600 # Node ID 60d1ea0a020a16450f98a4c3cff6fb35d5c516d3 # Parent 9f2f0d4d53f33f6e8c3d5c318a2eb34f974c637c Remove opcode implementation for EWsWinOpSetSurfaceTransparency (Bug 3343) as workaround for Bug 3802 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); }