diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-03 16:00:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 16:00:03 -0400 |
commit | d2ed30f82367ae875d2b894e55118867e40239e9 (patch) | |
tree | bff58971c931f71002986dc2d240afb7c8a9daf9 /indra/llwindow/llwindowwin32.h | |
parent | f069543328efc441673db9877c97ae2201b86e91 (diff) | |
parent | b351888ed7d395279dfc022363e911d52ebdcc16 (diff) |
Merge pull request #1101 from secondlife/lua-scripts-floater
Lua scripts floater
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r-- | indra/llwindow/llwindowwin32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index ff287a140e..320c1c8b88 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -122,6 +122,8 @@ public: /*virtual*/ void interruptLanguageTextInput(); /*virtual*/ void spawnWebBrowser(const std::string& escaped_url, bool async); + void openFolder(const std::string &path) override; + /*virtual*/ F32 getSystemUISize(); LLWindowCallbacks::DragNDropResult completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, LLWindowCallbacks::DragNDropAction action, const std::string url ); |