From aea954ea9112eb6798bedc8abf8abef183bade99 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 13 Mar 2007 18:53:13 +0000 Subject: [PATCH] Implement ChatCantStealFocus. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@243 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/client/GameContainer.as | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/ezgame/client/GameContainer.as b/src/as/com/threerings/ezgame/client/GameContainer.as index 70d6e8fb..e6e95310 100644 --- a/src/as/com/threerings/ezgame/client/GameContainer.as +++ b/src/as/com/threerings/ezgame/client/GameContainer.as @@ -35,6 +35,8 @@ import mx.managers.IFocusManagerComponent; import mx.skins.ProgrammaticSkin; +import com.threerings.crowd.chat.client.ChatCantStealFocus; + import com.threerings.flash.MediaContainer; // TODO: there are focus issues in here that need dealing with. @@ -45,7 +47,7 @@ import com.threerings.flash.MediaContainer; // damn thing doesn't seem to grip onto the focus. // public class GameContainer extends VBox - implements IFocusManagerComponent + implements ChatCantStealFocus, IFocusManagerComponent { public function GameContainer (url :String) {