diff options
Diffstat (limited to 'scene/main/window.h')
-rw-r--r-- | scene/main/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/main/window.h b/scene/main/window.h index 03597b309a..48ce9041a4 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -198,7 +198,8 @@ public: Size2i get_size() const; void reset_size(); - Size2i get_real_size() const; + Point2i get_position_with_decorations() const; + Size2i get_size_with_decorations() const; void set_max_size(const Size2i &p_max_size); Size2i get_max_size() const; |