From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 15 Jun 2021 01:40:19 +0000
Subject: [PATCH] update SDL soruce to 2.0.14
---
source/src/video/windows/SDL_windowswindow.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/source/src/video/windows/SDL_windowswindow.h b/source/src/video/windows/SDL_windowswindow.h
index 7191412..cfbf120 100644
--- a/source/src/video/windows/SDL_windowswindow.h
+++ b/source/src/video/windows/SDL_windowswindow.h
@@ -39,12 +39,14 @@
WNDPROC wndproc;
SDL_bool created;
WPARAM mouse_button_flags;
+ LPARAM last_pointer_update;
SDL_bool initializing;
SDL_bool expected_resize;
SDL_bool in_border_change;
SDL_bool in_title_click;
Uint8 focus_click_pending;
SDL_bool skip_update_clipcursor;
+ Uint32 last_updated_clipcursor;
SDL_bool windowed_mode_was_maximized;
SDL_bool in_window_deactivation;
RECT cursor_clipped_rect;
--
Gitblit v1.9.3