diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-06 19:19:31 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-06 19:19:31 +0200 |
commit | e03e3257ab2405149c85277e7259dbc2b361dcb0 (patch) | |
tree | 5096a849bd8f66b4713ca80601a224fb8254e20f /indra/newview/llcallfloater.h | |
parent | 37c65e371d15bce250a2df3cc7c1a1cd235ec2fa (diff) |
STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice floaters use active floater transparency.
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 3bc7043353..00a3f76e56 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -64,6 +64,7 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); /*virtual*/ void draw(); + /*virtual*/ void setFocus( BOOL b ); /** * Is called by LLVoiceClient::notifyParticipantObservers when voice participant list is changed. |