Home
last modified time | relevance | path

Searched refs:window_to_highlight (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp5222 …const ImGuiWindow* window_to_highlight = g.NavWindowingTarget ? g.NavWindowingTarget : g.NavWindow; in Begin() local
5223 …bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTitleBarHighlight ==… in Begin()