Searched refs:focus_window (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimDefFlt.c272 if (ic->core.focus_window) {
280 ic->core.focus_window,
294 if (ic->core.focus_window) {
302 ic->core.focus_window,
316 if (ic->core.focus_window) {
319 ic->core.focus_window,
336 if (ic->core.focus_window) {
339 ic->core.focus_window,
H A DimLcIc.c46 if (ic->core.focus_window)
48 ic->core.focus_window, _XimLocalFilter, (XPointer)ic);
61 if (ic->core.focus_window)
63 ic->core.focus_window, _XimLocalFilter, (XPointer)ic);
92 if (ic->core.focus_window)
94 ic->core.focus_window, KeyPress, KeyRelease,
H A DimThaiIc.c52 if (ic->core.focus_window)
53 _XUnregisterFilter(ic->core.im->core.display, ic->core.focus_window,
101 if (ic->core.focus_window)
102 _XRegisterFilterByType(ic->core.im->core.display, ic->core.focus_window,
H A DimRm.c620 if(ic->core.focus_window == (Window)NULL) {
623 if(XGetGeometry(im->core.display, (Drawable)ic->core.focus_window,
1582 XOffsetOf(XimDefICValues, focus_window),
2801 if (ic->core.focus_window == (Window)0)
2802 ic->core.focus_window = ic->core.client_window;
2805 ic->core.focus_window,
2812 ic->core.focus_window, _XimLocalFilter, (XPointer)ic);
2814 ic->core.focus_window = (Window)p->value;
2817 ic->core.focus_window, KeyPress, KeyRelease,
2821 ic->core.focus_window
[all...]
H A DimRmAttr.c948 if (ic->core.focus_window == (Window)0)
949 ic->core.focus_window = ic->core.client_window;
955 ic->core.focus_window = (Window)p->value;
958 ic->core.focus_window = (Window)p->value;
974 ic->core.focus_window, &colormap_ret,
1025 ic->core.focus_window, &colormap_ret,
H A DimExten.c108 XSelectInput(im->core.display, ic->core.focus_window, select_mask);
H A DimDefLkup.c557 if (!XGetWindowAttributes(im->core.display, ic->core.focus_window, &atr))
837 ev.window = ic->core.focus_window;
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultIMIF.c292 ic->core.focus_window = (Window)p->value ;
317 *((Window *)(p->value)) = ic->core.focus_window;
H A DXlcint.h722 Window focus_window; /* where key events go */ member in struct:__anon420bb5f60e08
H A DXimint.h109 Window focus_window; member in struct:_XimDefICValues
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp5621 ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); local in function:ImGui::FocusPreviousWindowIgnoringOne
5622 FocusWindow(focus_window);
6852 ImGuiWindow* focus_window = (remaining > 0) ? g.OpenPopupStack[remaining-1].Window : g.OpenPopupStack[0].ParentWindow; local in function:ImGui::ClosePopupToLevel
6866 focus_window = NavRestoreLastChildNavWindow(focus_window);
6867 FocusWindow(focus_window);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp5621 ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); local in function:ImGui::FocusPreviousWindowIgnoringOne
5622 FocusWindow(focus_window);
6852 ImGuiWindow* focus_window = (remaining > 0) ? g.OpenPopupStack[remaining-1].Window : g.OpenPopupStack[0].ParentWindow; local in function:ImGui::ClosePopupToLevel
6866 focus_window = NavRestoreLastChildNavWindow(focus_window);
6867 FocusWindow(focus_window);

Completed in 45 milliseconds