summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.h
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-04-03 16:00:03 -0400
committerGitHub <noreply@github.com>2024-04-03 16:00:03 -0400
commitd2ed30f82367ae875d2b894e55118867e40239e9 (patch)
treebff58971c931f71002986dc2d240afb7c8a9daf9 /indra/llwindow/llwindowmacosx.h
parentf069543328efc441673db9877c97ae2201b86e91 (diff)
parentb351888ed7d395279dfc022363e911d52ebdcc16 (diff)
Merge pull request #1101 from secondlife/lua-scripts-floater
Lua scripts floater
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r--indra/llwindow/llwindowmacosx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h
index 7614167213..5f728fb72e 100644
--- a/indra/llwindow/llwindowmacosx.h
+++ b/indra/llwindow/llwindowmacosx.h
@@ -116,6 +116,8 @@ public:
void spawnWebBrowser(const std::string& escaped_url, bool async) override;
F32 getSystemUISize() override;
+ void openFolder(const std::string &path) override;
+
static std::vector<std::string> getDisplaysResolutionList();
static std::vector<std::string> getDynamicFallbackFontList();