diff --git a/doc/changelog.dox b/doc/changelog.dox index eb8542643..24f04742a 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -438,6 +438,8 @@ See also: - Fixed broken @ref Platform::EmscriptenApplication mouse event coordinates when `-s DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR=1` is enabled (see [mosra/magnum#408](https://github.com/mosra/magnum/issues/408)) +- Fixed compilation of @ref Platform::EmscriptenApplication on recent + Emscripten versions (see [mosra/magnum#434](https://github.com/mosra/magnum/pull/434)) - Due to Windows- and macOS-specific issues in GLFW, @ref Platform::GlfwApplication::viewportEvent() and/or @ref Platform::GlfwApplication::drawEvent() could get fired already during diff --git a/src/Magnum/Platform/EmscriptenApplication.cpp b/src/Magnum/Platform/EmscriptenApplication.cpp index 98bf14800..00adb703e 100644 --- a/src/Magnum/Platform/EmscriptenApplication.cpp +++ b/src/Magnum/Platform/EmscriptenApplication.cpp @@ -3,7 +3,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Vladimír Vondruš - Copyright © 2018, 2019 Jonathan Hale + Copyright © 2018, 2019, 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),