summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-11-30 14:10:56 -0500
committerAndrew Opalach <andrew@akon.city> 2025-11-30 14:10:56 -0500
commit22e9e4d6e2c2e8e5eea065e5b7cd04fa6626559c (patch)
treeb2de15790928a7b7335a08076b37ec890d6d0b11 /tests
parent9d69eec9ab48f009a04b9ab710f57c85b240dd19 (diff)
downloadstela-22e9e4d6e2c2e8e5eea065e5b7cd04fa6626559c.tar.gz
stela-22e9e4d6e2c2e8e5eea065e5b7cd04fa6626559c.tar.bz2
stela-22e9e4d6e2c2e8e5eea065e5b7cd04fa6626559c.zip
Improve Vulkan loading and Wayland input handling
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'tests')
-rw-r--r--tests/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/window.c b/tests/window.c
index e1c5de1..31447d8 100644
--- a/tests/window.c
+++ b/tests/window.c
@@ -4,9 +4,9 @@
#include <al/array.h>
#include <al/str.h>
#include <al/math.h>
+#include <nnwt/common.h>
#include <stl/window.h>
#include <stl/gl.h>
-#include <nnwt/common.h>
#define DEFAULT_WIDTH 720
#define DEFAULT_HEIGHT 480