diff options
author | Sergey Borushevsky <sborushevsky@productengine.com> | 2009-11-23 20:34:06 +0200 |
---|---|---|
committer | Sergey Borushevsky <sborushevsky@productengine.com> | 2009-11-23 20:34:06 +0200 |
commit | 9e403da7b0fd013371e73820b8aa70820f4f620b (patch) | |
tree | 7ceb818d6953bb392bba008d42c10602d2e9c9b3 /indra/newview/llimfloater.h | |
parent | 35ebf50ec7a0f11aade28130b5ed6c3263c92359 (diff) |
Implemented major sub-task EXT-2517 (Add support for the viewer 1.23 chat history style (widget-less))
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 32cba71f6e..9e1330ff49 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -97,6 +97,9 @@ public: void processAgentListUpdates(const LLSD& body); void processSessionUpdate(const LLSD& session_update); + void updateChatHistoryStyle(); + static void processChatHistoryStyleUpdate(const LLSD& newvalue); + BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, |