| 6968 | } |
| 6969 | |
| 6970 | static ImGuiWindow* GetWindowForTitleDisplay(ImGuiWindow* window) |
| 6971 | { |
| 6972 | return window->DockNodeAsHost ? window->DockNodeAsHost->VisibleWindow : window; |
| 6973 | } |
| 6974 | |
| 6975 | static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window) |
| 6976 | { |
no outgoing calls
no test coverage detected