From e23ea946042ebc30965fd9a162e3871aab18b35e Mon Sep 17 00:00:00 2001 From: kdx Date: Fri, 12 May 2023 17:58:42 +0200 Subject: so title did nothing? --- sources/TZR_Init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/TZR_Init.c b/sources/TZR_Init.c index 316c8b8..f22fccb 100644 --- a/sources/TZR_Init.c +++ b/sources/TZR_Init.c @@ -37,7 +37,7 @@ _TZR_Init(const TZR_Config *config) return perror("TZR_Init"), -1; ___tzr_window = - SDL_CreateWindow("TZR", + SDL_CreateWindow(config->title, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, ___tzr_config.width * ___tzr_config.scale, -- cgit v1.2.3