Implement ChatCantStealFocus.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@243 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-03-13 18:53:13 +00:00
parent 2fc60fad88
commit aea954ea91
@@ -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)
{