| 4742 | } |
| 4743 | |
| 4744 | static inline int GetWindowDisplayLayer(ImGuiWindow* window) |
| 4745 | { |
| 4746 | return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0; |
| 4747 | } |
| 4748 | |
| 4749 | // Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu) |
| 4750 | static inline void AddRootWindowToDrawData(ImGuiWindow* window) |
no outgoing calls
no test coverage detected