l
authorhgn <hgodden00@gmail.com>
Sat, 22 Apr 2023 03:40:32 +0000 (04:40 +0100)
committerhgn <hgodden00@gmail.com>
Sat, 22 Apr 2023 03:40:32 +0000 (04:40 +0100)
vg.h

diff --git a/vg.h b/vg.h
index 45ae605be1005e77a7021132f4ae20bdc76a1641..f6c5bb672566578023264c95afd256627a14a0fa 100644 (file)
--- 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;