From 1971938a653ad11ee2775459dc7999ced3451d31 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 19 May 2026 12:35:53 -0400 Subject: Update deps --- src/context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/context.h') diff --git a/src/context.h b/src/context.h index dce9d5e..2784cec 100644 --- a/src/context.h +++ b/src/context.h @@ -2,7 +2,7 @@ #define _CONTEXT_H extern "C" { -#include +#include #include #include } @@ -37,7 +37,7 @@ class Context this->window->userdata = this; s32 flags = STELA_WINDOW_VSYNC; if (!monitor.empty()) flags |= STELA_WINDOW_WALLPAPER; - if (!this->window->create_window(this->window, width, height, monitor.c_str(), name.c_str(), flags)) { + if (!this->window->create_window(this->window, width, height, flags, monitor.c_str(), name.c_str(), "mauri")) { return false; } this->window->gl_make_current(this->window); -- cgit v1.2.3-101-g0448