| 6057 | } |
| 6058 | |
| 6059 | static ImGuiWindow* GetWindowForTitleDisplay(ImGuiWindow* window) |
| 6060 | { |
| 6061 | return window->DockNodeAsHost ? window->DockNodeAsHost->VisibleWindow : window; |
| 6062 | } |
| 6063 | |
| 6064 | static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window) |
| 6065 | { |
no outgoing calls
no test coverage detected