commit | 685bb9fb2ba2223db9a8fee10f1ca27bd32ec392 | [log] [tgz] |
---|---|---|
author | Michael Martz <michael.martz@live.com> | Tue Apr 05 13:42:20 2022 -0700 |
committer | ocornut <omarcornut@gmail.com> | Mon Apr 17 16:11:28 2023 +0200 |
tree | a3d12aefe35f822524d4d92cd0e9afddf8738df9 | |
parent | 0ea3b87bd63ecbf359585b7c235839146e84dedb [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.