From 09974f2e6ee57055c9c34ec870ddbd1ba7452716 Mon Sep 17 00:00:00 2001 From: hgn Date: Sat, 22 Apr 2023 04:40:32 +0100 Subject: [PATCH] l --- vg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vg.h b/vg.h index 45ae605..f6c5bb6 100644 --- a/vg.h +++ b/vg.h @@ -758,8 +758,8 @@ VG_STATIC void _vg_init_window( const char *window_name ) mode_index = 0; #ifdef VG_DEVWINDOW - vg.window_x = 1000; - vg.window_y = 800; + vg.window_x = 1600; + vg.window_y = 1000; #else SDL_DisplayMode video_mode; -- 2.25.1