Day 37 complete.

This commit is contained in:
igor
2026-04-20 08:40:29 -07:00
parent 078b1e8a0c
commit 40c34f2b9d
6 changed files with 88 additions and 19 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ S32 main(S32 argc, char *argv[])
SDL_GetCurrentDisplayMode(0, &display_mode);
SDL_Renderer *Renderer = SDL_CreateRenderer(Window, -1, SDL_RENDERER_PRESENTVSYNC);
SDL_SetWindowPosition(Window, (display_mode.w - RESOLUTION_WIDTH), (display_mode.h - RESOLUTION_HEIGHT));
SDL_SetWindowPosition(Window, (display_mode.w - RESOLUTION_WIDTH-20), (display_mode.h - RESOLUTION_HEIGHT-20));
/* NOTE: For future reference, the custom window bar should use
* SDL_SetWindowHitTest to define areas that will be used to