summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui_w32.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 4a34cb4f2d..c36f73d33e 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -1101,7 +1101,7 @@ _WndProc(
return MyWindowProc(hwnd, uMsg, wParam, lParam);
}
- return 1;
+ return DefWindowProc(hwnd, uMsg, wParam, lParam);
}
/*
diff --git a/src/version.c b/src/version.c
index e1dd495186..258a29f64d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 376,
+/**/
375,
/**/
374,