summaryrefslogtreecommitdiff
path: root/indra/newview/llscriptfloater.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-19 12:42:33 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-19 12:42:33 +0200
commit862ca3fa1628b0cef2e3db22f6c917a85492216f (patch)
tree06bb6c70d56f25c9f899c03bb439bf38e466d5f5 /indra/newview/llscriptfloater.h
parenta6429a6a14a2e40eae9ae623f3efb9244fa0748a (diff)
Fixed major bug EXT-4206 - Bottom bar spec calls for button background art on IM Chiclets.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llscriptfloater.h')
-rw-r--r--indra/newview/llscriptfloater.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.h b/indra/newview/llscriptfloater.h
index ed10dc5fe9..f86605c5d1 100644
--- a/indra/newview/llscriptfloater.h
+++ b/indra/newview/llscriptfloater.h
@@ -174,6 +174,10 @@ protected:
*/
void onMouseDown();
+ /*virtual*/ void onFocusLost();
+
+ /*virtual*/ void onFocusReceived();
+
private:
LLToastNotifyPanel* mScriptForm;
LLUUID mObjectId;