From: hgn Date: Sat, 22 Apr 2023 03:40:32 +0000 (+0100) Subject: l X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=commitdiff_plain;h=09974f2e6ee57055c9c34ec870ddbd1ba7452716 l --- 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;