diff options
Diffstat (limited to 'src/window_win32.h')
| -rw-r--r-- | src/window_win32.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <al/wstr.h> #include <al/array.h> #include <nnwt/windows.h> -// All extra Windows headers come after <nnwt/windows.h>. -#include <windowsx.h> -#include <winuser.h> #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; |