From 9ac9aa3c6a68d1b95c91882cc1de619e85e07f51 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Tue, 20 Sep 2022 09:17:57 +0200 Subject: [PATCH] bump version --- ddraw.rc | 2 +- src/wndproc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ddraw.rc b/ddraw.rc index 23c8f9a..3947b99 100644 --- a/ddraw.rc +++ b/ddraw.rc @@ -4,7 +4,7 @@ #define VERSION_MAJOR 4 #define VERSION_MINOR 4 #define VERSION_BUILD 9 -#define VERSION_REVISION 5 +#define VERSION_REVISION 6 #define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION #define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION) diff --git a/src/wndproc.c b/src/wndproc.c index b16fcd5..4b37c0d 100644 --- a/src/wndproc.c +++ b/src/wndproc.c @@ -486,8 +486,8 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam if (GetForegroundWindow() == g_ddraw->hwnd) mouse_lock(); - } } + } break; } case WM_MOUSELEAVE: