summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-11-06 14:08:27 -0800
committerRick Pasetto <rick@lindenlab.com>2009-11-06 14:08:27 -0800
commit72af8dc3f0a249f69869bc6f52dd7a887702a964 (patch)
tree24c82690af7ce36e166f08bda8c28c0d7824efa8 /indra/llwindow/llwindowwin32.h
parentf3bbcfb9d41b41f8c4b144ae9a1173fc7719b88c (diff)
parent4f0731d722c41b6717d08b8165e941a06edd3a1f (diff)
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
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..1382cf93a2 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 completeDropRequest( const LLCoordGL gl_coord, const MASK mask, const std::string url );
+
static std::vector<std::string> getDynamicFallbackFontList();
protected:
@@ -206,6 +209,8 @@ protected:
LLPreeditor *mPreeditor;
+ LLDragDropWin32* mDragDrop;
+
friend class LLWindowManager;
};