Fixed window positioning on Windows. TODO: Test again on Linux and MacOS.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user