diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-14 16:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 16:11:53 +0100 |
commit | 7d7f8d9e5439ee95f431503906d1545e28ae9d19 (patch) | |
tree | b0b1d64bd2f454f754d8b95386ac739004c408d0 /platform/x11/os_x11.h | |
parent | 70294716afe8d8bafb0a81baa2d5525475560fdf (diff) | |
parent | 5980bef67294e861b25071df76c0169e360a2f76 (diff) | |
download | redot-engine-7d7f8d9e5439ee95f431503906d1545e28ae9d19.tar.gz |
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Implement more methods for OS on Desktop platforms
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 3347b37f47..b5ceea6eaf 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -267,6 +267,8 @@ public: virtual bool get_borderless_window(); virtual void set_ime_position(const Point2 &p_pos); + virtual String get_unique_id() const; + virtual void move_window_to_foreground(); virtual void alert(const String &p_alert, const String &p_title = "ALERT!"); |