| 3590 | } |
| 3591 | |
| 3592 | ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport) |
| 3593 | { |
| 3594 | return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background"); |
| 3595 | } |
| 3596 | |
| 3597 | ImDrawList* ImGui::GetBackgroundDrawList() |
| 3598 | { |
nothing calls this directly
no test coverage detected