diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-12-14 14:37:38 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-12-14 14:37:38 -0800 |
commit | 399f8dd1913530488744046794a74d6c7e61ffa3 (patch) | |
tree | ae0ad0fc284a0a63c8351b3b057ee0696c2f740f /indra/newview/llfolderviewitem.h | |
parent | bff737ebefdfeeb17a81e1c3c4741d3e9aab2862 (diff) |
EXP-1723 -- Improved drag and drop behavior for outbox floater.
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index 3433e3f7f3..02461fb144 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -547,6 +547,11 @@ public: void* cargo_data, EAcceptance* accept, std::string& tooltip_msg); + BOOL handleDragAndDropToRoot(MASK mask, BOOL drop, + EDragAndDropType cargo_type, + void* cargo_data, + EAcceptance* accept, + std::string& tooltip_msg); virtual void draw(); time_t getCreationDate() const; |