inlineImDrawList*GetForegroundDrawList(ImGuiWindow*){ImGuiContext&g=*GImGui;return&g.ForegroundDrawList;}// This seemingly unnecessary wrapper simplifies compatibility between the 'master' and 'docking' branches.
inlineImDrawList*GetForegroundDrawList(ImGuiWindow*window){IM_UNUSED(window);ImGuiContext&g=*GImGui;return&g.ForegroundDrawList;}// This seemingly unnecessary wrapper simplifies compatibility between the 'master' and 'docking' branches.