| 5661 | } |
| 5662 | |
| 5663 | static inline int GetWindowDisplayLayer(ImGuiWindow* window) |
| 5664 | { |
| 5665 | return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0; |
| 5666 | } |
| 5667 | |
| 5668 | // Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu) |
| 5669 | static inline void AddRootWindowToDrawData(ImGuiWindow* window) |
no outgoing calls
no test coverage detected