summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-11-30 09:25:39 -0800
committerRick Pasetto <rick@lindenlab.com>2009-11-30 09:25:39 -0800
commitaae1917d2e7a5af03f525d44eb177317495ead29 (patch)
treece64e7f54a4103f9b04384feb0a7ffc49a5f5fe7 /indra/llwindow/llwindowwin32.h
parentd4e01315e3f39dd14bb2c14f09e4e94749542b06 (diff)
parent05ae52a37f9f4d2519c40fe38f1b7143270c46ee (diff)
merge
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r--indra/llwindow/llwindowwin32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index e14324c9f1..7f7acd5751 100644
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -39,6 +39,7 @@
#include <windows.h>
#include "llwindow.h"
+#include "lldragdropwin32.h"
// Hack for async host by name
#define LL_WM_HOST_RESOLVED (WM_APP + 1)
@@ -112,6 +113,8 @@ public:
/*virtual*/ void interruptLanguageTextInput();
/*virtual*/ void spawnWebBrowser(const std::string& escaped_url);
+ BOOL completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, BOOL drop, const std::string url, BOOL is_slurl );
+
static std::vector<std::string> getDynamicFallbackFontList();
protected:
@@ -206,6 +209,8 @@ protected:
LLPreeditor *mPreeditor;
+ LLDragDropWin32* mDragDrop;
+
friend class LLWindowManager;
};