Fixed window positioning on Windows. TODO: Test again on Linux and MacOS.

This commit is contained in:
2026-05-28 20:09:50 -07:00
parent d2c6c337b7
commit 94e20cdff5
2 changed files with 59 additions and 16 deletions
+7
View File
@@ -6,6 +6,13 @@
#include "core.h"
#include "handmade.h"
typedef struct sdl_border_size {
S32 Top;
S32 Bottom;
S32 Left;
S32 Right;
} sdl_border_size;
typedef struct sdl_window_size {
S32 Width;
S32 Height;