From 0d027c466c199f9857b0872ed76ebab2ed501e43 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 16:24:21 -0400 Subject: Lots of win32 window tweaks, partially unfinished Signed-off-by: Andrew Opalach --- src/window_win32.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/window_win32.h') diff --git a/src/window_win32.h b/src/window_win32.h index 317916e..7e639f0 100644 --- a/src/window_win32.h +++ b/src/window_win32.h @@ -3,9 +3,6 @@ #include #include #include -// All extra Windows headers come after . -#include -#include #include "window.h" @@ -45,9 +42,12 @@ struct stl_window_win32 { s32 Width; s32 Height; LONG Style; + LONG ExStyle; } Prev; + BOOL Closed; BOOL Decorated; BOOL UserDecorated; + BOOL DragCapture; BOOL WindowMoving; POINTS LastMousePos; u32 MouseButtonMask; -- cgit v1.2.3-101-g0448