| 3966 | } |
| 3967 | |
| 3968 | ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport) |
| 3969 | { |
| 3970 | return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background"); |
| 3971 | } |
| 3972 | |
| 3973 | ImDrawList* ImGui::GetBackgroundDrawList() |
| 3974 | { |
nothing calls this directly
no test coverage detected