# HG changeset patch # User Mike Becker # Date 1755122155 -7200 # Node ID 653869cd653fc37ab54715d943b13c666e208bec # Parent cc5cd4c98e46dd7b238a21558a03dba204489955 fix that the window would take a little more than the full height not giving space for potential docks on the desktop diff -r cc5cd4c98e46 -r 653869cd653f test/snake/snake.c --- a/test/snake/snake.c Wed Aug 13 23:49:39 2025 +0200 +++ b/test/snake/snake.c Wed Aug 13 23:55:55 2025 +0200 @@ -460,7 +460,7 @@ asc_window_initialize(0, asc_gl_context_settings_default(4, 0)); asc_window_set_title(0, "Snake"); asc_window_set_size(0, asc_vec2_ftou( - asc_vec2f_scale(ASC_VEC2F(1024+HUD_WIDTH, 1024), asc_ui_scale_auto()))); + asc_vec2f_scale(ASC_VEC2F(1000+HUD_WIDTH, 1000), asc_ui_scale_auto()))); asc_window_center(0); // load textures