diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-17 11:23:00 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-17 11:23:00 +0200 |
commit | c72b851dfb46606d3d04d00c79abd555309cae33 (patch) | |
tree | 7b0615635f2d25c86189b5a11c1669acf95db5da /platform/linuxbsd/os_linuxbsd.h | |
parent | 9a48b14a2d2422d4f374ce3bf74575da76f3ace4 (diff) | |
parent | 6cc314e0fa3f0070c1bbeef7f8dbabfff976e190 (diff) | |
download | redot-engine-c72b851dfb46606d3d04d00c79abd555309cae33.tar.gz |
Merge pull request #80104 from bruvzg/freedesktop_native_file_dialog
[Linux/Freedesktop] Implement native file selection dialog support.
Diffstat (limited to 'platform/linuxbsd/os_linuxbsd.h')
-rw-r--r-- | platform/linuxbsd/os_linuxbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linuxbsd/os_linuxbsd.h b/platform/linuxbsd/os_linuxbsd.h index 007b90b82b..6917ea5ae7 100644 --- a/platform/linuxbsd/os_linuxbsd.h +++ b/platform/linuxbsd/os_linuxbsd.h @@ -123,6 +123,8 @@ public: virtual String get_unique_id() const override; virtual String get_processor_name() const override; + virtual bool is_sandboxed() const override; + virtual void alert(const String &p_alert, const String &p_title = "ALERT!") override; virtual bool _check_internal_feature_support(const String &p_feature) override; |