| 4060 | } |
| 4061 | |
| 4062 | ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport) |
| 4063 | { |
| 4064 | return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background"); |
| 4065 | } |
| 4066 | |
| 4067 | ImDrawList* ImGui::GetBackgroundDrawList() |
| 4068 | { |
nothing calls this directly
no test coverage detected