| 4812 | } |
| 4813 | |
| 4814 | static inline int GetWindowDisplayLayer(ImGuiWindow* window) |
| 4815 | { |
| 4816 | return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0; |
| 4817 | } |
| 4818 | |
| 4819 | // Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu) |
| 4820 | static inline void AddRootWindowToDrawData(ImGuiWindow* window) |
no outgoing calls
no test coverage detected