| 6588 | } |
| 6589 | |
| 6590 | static ImGuiWindow* GetWindowForTitleDisplay(ImGuiWindow* window) |
| 6591 | { |
| 6592 | return window->DockNodeAsHost ? window->DockNodeAsHost->VisibleWindow : window; |
| 6593 | } |
| 6594 | |
| 6595 | static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window) |
| 6596 | { |
no outgoing calls
no test coverage detected