From f4782723927bb976a7909c824e44d59d1abf139e Mon Sep 17 00:00:00 2001 From: cutealien Date: Tue, 11 Aug 2020 19:17:24 +0000 Subject: [PATCH] =?UTF-8?q?No=20longer=20try=20to=20set=20WM=5FQUIT=20when?= =?UTF-8?q?=20using=20an=20external=20Window=20on=20Win32.=20Thx=20@Marko?= =?UTF-8?q?=20Mahni=C4=8D=20for=20the=20patch=20(https://sourceforge.net/p?= =?UTF-8?q?/irrlicht/bugs/449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6135 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 2 ++ source/Irrlicht/CIrrDeviceWin32.cpp | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changes.txt b/changes.txt index 4023ccf8..d97edbfe 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,7 @@ -------------------------- Changes in 1.9 (not yet released) +- No longer try to set WM_QUIT when using an external Window on Win32. + Thx @Marko Mahnic for the patch (https://sourceforge.net/p/irrlicht/bugs/449) - ply meshloader now also supports textures with uv-labels named texture_u/texture_v. Thx @acy for bugreport and test-model (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=4&t=52646) - Fix potential reading/writing 1 byte behind it's own buffer in PLY loader. diff --git a/source/Irrlicht/CIrrDeviceWin32.cpp b/source/Irrlicht/CIrrDeviceWin32.cpp index a3a29c88..966451a4 100644 --- a/source/Irrlicht/CIrrDeviceWin32.cpp +++ b/source/Irrlicht/CIrrDeviceWin32.cpp @@ -1350,12 +1350,12 @@ bool CIrrDeviceWin32::present(video::IImage* image, void* windowId, core::rect