broadway: Fix typo that broke window hiding

This commit is contained in:
Alexander Larsson 2011-03-14 09:51:54 +01:00
parent 6713fe9ca4
commit e2f8215751

View File

@ -125,7 +125,7 @@ function handleCommands(cmd_obj)
case 'H':
var id = base64_16(cmd, i);
i = i + 3;
surfaces[id].canvas.style["display"] = "inline";
surfaces[id].canvas.style["display"] = "none";
break;
/* delete surface */