HomeSort by: relevance | last modified time | path
    Searched defs:focus_window (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xlibi18n/
Ximint.h 109 Window focus_window; member in struct:_XimDefICValues
Xlcint.h 722 Window focus_window; /* where key events go */ member in struct:__anon5696
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 5621 ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); local
5622 FocusWindow(focus_window);
6852 ImGuiWindow* focus_window = (remaining > 0) ? g.OpenPopupStack[remaining-1].Window : g.OpenPopupStack[0].ParentWindow; local
6866 focus_window = NavRestoreLastChildNavWindow(focus_window);
6867 FocusWindow(focus_window);
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 5621 ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); local
5622 FocusWindow(focus_window);
6852 ImGuiWindow* focus_window = (remaining > 0) ? g.OpenPopupStack[remaining-1].Window : g.OpenPopupStack[0].ParentWindow; local
6866 focus_window = NavRestoreLastChildNavWindow(focus_window);
6867 FocusWindow(focus_window);

Completed in 25 milliseconds