diff options
author | prep <prep@lindenlab.com> | 2013-03-21 11:21:45 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-21 11:21:45 -0400 |
commit | f3457461617119bda93f506977170cb8f15a270d (patch) | |
tree | d4b9e45586725447ef939b6876c7d19d7ff9f573 /indra/newview/llconversationview.h | |
parent | 33954bbbe5517a0ad72ffc6bad7cb94985b3bf8b (diff) | |
parent | f2948cb1eb8866716a84868cccbfafcd742c0771 (diff) |
Folded in changes from sunshine-stable
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index 76d3d079ea..3eb2e63792 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -68,6 +68,7 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void draw(); /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); + /*virtual*/ BOOL handleRightMouseDown( S32 x, S32 y, MASK mask ); /*virtual*/ S32 arrange(S32* width, S32* height); @@ -90,6 +91,7 @@ private: void onCurrentVoiceSessionChanged(const LLUUID& session_id); void startFlashing(); + void selectConversationItem(); LLPanel* mItemPanel; LLPanel* mCallIconLayoutPanel; |