diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-25 09:13:34 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-25 09:13:34 -0800 |
commit | d451a515c8fe096a2096ca421acc21cd7e4644fb (patch) | |
tree | 40cbba8c04fae7cefd71c925b0e29963999777a0 /indra/llwindow/llwindowwin32.h | |
parent | f11f8b34478f0d408689fe7959f233567001374d (diff) | |
parent | 927b8da7e9f736e4d142dfc4772d80316f51cc93 (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.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index e4e9179db7..6aca31b63e 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -39,6 +39,8 @@ #include <windows.h> #include "llwindow.h" +#include "llwindowcallbacks.h" +#include "lldragdropwin32.h" // Hack for async host by name #define LL_WM_HOST_RESOLVED (WM_APP + 1) @@ -114,6 +116,8 @@ public: /*virtual*/ void interruptLanguageTextInput(); /*virtual*/ void spawnWebBrowser(const std::string& escaped_url); + LLWindowCallbacks::DragNDropResult completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, LLWindowCallbacks::DragNDropAction action, const std::string url ); + static std::vector<std::string> getDynamicFallbackFontList(); protected: @@ -205,6 +209,8 @@ protected: LLPreeditor *mPreeditor; + LLDragDropWin32* mDragDrop; + friend class LLWindowManager; }; |