aboutsummaryrefslogtreecommitdiff
path: root/src/engine/graphics/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/graphics/window.cpp')
-rw-r--r--src/engine/graphics/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/graphics/window.cpp b/src/engine/graphics/window.cpp
index d6bae0c..bb33402 100644
--- a/src/engine/graphics/window.cpp
+++ b/src/engine/graphics/window.cpp
@@ -2,7 +2,7 @@
#include <sys/ioctl.h>
-Bounds Window::size() const noexcept
+auto Window::size() const noexcept -> Bounds
{
winsize window_size = {};