mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 21:05:54 -05:00
Merged GetBackgroundDrawList()/GetForegroundDrawList() and GetBackgroundDrawList(ImGuiViewport* viewport)/GetForegroundDrawList(ImGuiViewport* viewport) api entry points.
This commit is contained in:
@@ -105,6 +105,10 @@ Docking+Viewports Branch:
|
||||
|
||||
- Windows, Menus: Fixed an issue where the size of sub-menu in their own viewport
|
||||
would be erroneously clamped to the size of main viewport. (#7730)
|
||||
- Merged GetBackgroundDrawList() and GetBackgroundDrawList(ImGuiViewport* viewport)
|
||||
api entry points into a same one GetBackgroundDrawList(ImGuiViewport* viewport = NULL);
|
||||
- Merged GetForegroundDrawList() and GetForegroundDrawList(ImGuiViewport* viewport)
|
||||
api entry points into a same one GetForegroundDrawList(ImGuiViewport* viewport = NULL);
|
||||
- Backends: SDL3: Update for introduction of SDL_GLContext from void*. (#7701, #7702)
|
||||
[@bcsanches]
|
||||
- Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from
|
||||
|
||||
Reference in New Issue
Block a user