| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imDefFlt.c | 272 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 D | imLcIc.c | 46 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 D | imThaiIc.c | 52 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 D | imRm.c | 620 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 D | imRmAttr.c | 948 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 D | imExten.c | 108 XSelectInput(im->core.display, ic->core.focus_window, select_mask);
|
| H A D | imDefLkup.c | 557 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 D | XDefaultIMIF.c | 292 ic->core.focus_window = (Window)p->value ; 317 *((Window *)(p->value)) = ic->core.focus_window;
|
| H A D | Xlcint.h | 722 Window focus_window; /* where key events go */ member in struct:__anon420bb5f60e08
|
| H A D | Ximint.h | 109 Window focus_window; member in struct:_XimDefICValues
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 5621 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 D | imgui.cpp | 5621 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);
|