commit | 6ce0afd37c26773031898e417c94dcd39d32b771 | [log] [tgz] |
---|---|---|
author | Michael Martz <michael.martz@live.com> | Tue Apr 05 13:42:20 2022 -0700 |
committer | ocornut <omarcornut@gmail.com> | Fri Apr 07 18:56:28 2023 +0200 |
tree | 005d13bf9fbdd3e6c966180c5cd4b34a475a6395 | |
parent | 1668693bcfbc8669db60e775fd19f3a4ac26fe89 [diff] |
Fixed issue 2600 Each window created in imgui_impl_win32.cpp now creates an openGL context which shares its display list space with the primary window's. IMGUI_IMPL_WIN32_OPENGL3 must be defined to use this fix.