summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2015-01-31 20:47:40 -0800
committerMerov Linden <merov@lindenlab.com>2015-01-31 20:47:40 -0800
commit626d465894b0147b9cbefb15f7cfd8db38d72f00 (patch)
tree36dfc7fc31b761e76a06e8e39a126c7a89671ce0 /indra/newview/llfloatermarketplacelistings.h
parent2377eba9874a89b84319ba38b05408ebcbf9155f (diff)
DD-321 : Fix the drop zone to react really on the drop zone
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h
index f6aa0ef0a6..594451ede4 100755
--- a/indra/newview/llfloatermarketplacelistings.h
+++ b/indra/newview/llfloatermarketplacelistings.h
@@ -52,6 +52,11 @@ class LLPanelMarketplaceListings : public LLPanel
public:
LLPanelMarketplaceListings();
BOOL postBuild();
+ BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
+ EDragAndDropType cargo_type,
+ void* cargo_data,
+ EAcceptance* accept,
+ std::string& tooltip_msg);
void draw();
LLFolderView* getRootFolder() { return mRootFolder; }
bool allowDropOnRoot();