HomeSort by: relevance | last modified time | path
    Searched refs:window_name (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libepoxy/dist/test/
wgl_common.c 89 const char *window_name = "epoxy"; local
116 hwnd = CreateWindow(class_name, window_name,
  /xsrc/external/mit/transset/dist/
dsimple.c 264 char *window_name; local
266 if (XFetchName (disp, top, &window_name) && !strcmp (window_name, name))
296 char *window_name; local
298 if (XFetchName (disp, top, &window_name) &&
299 !regexec (reg_name, window_name, 0, NULL, 0))
  /xsrc/external/mit/xprop/dist/
dsimple.c 314 char *window_name; local
316 if (XFetchName(display, top, &window_name) && !strcmp(window_name, name))
  /xsrc/external/mit/xwd/dist/
dsimple.c 302 char *window_name; local
304 if (XFetchName(disp, top, &window_name) && !strcmp(window_name, name))
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c 584 char **res_class, char **window_name)
605 *window_name = strndup(reply2.name, reply2.name_len);
609 *window_name = strdup("");
667 char *window_name = 0; local
671 GetClassNames(pWMInfo, iWindow, &res_name, &res_class, &window_name);
673 hIconNew = winOverrideIcon(res_name, res_class, window_name);
677 free(window_name);
1865 char *window_name = 0; local
1869 GetClassNames(pWMInfo, iWindow, &res_name, &res_class, &window_name);
1872 style = winOverrideStyle(res_name, res_class, window_name);
    [all...]
  /xsrc/external/mit/xwininfo/dist/
xwininfo.c 448 const char *window_name = NULL; local
485 window_name = argv[i];
566 else if (window_name) {
567 window = Window_With_Name (dpy, screen->root, window_name);
569 Fatal_Error ("No window with name \"%s\" exists!", window_name);
  /xsrc/external/mit/libXt/dist/src/
Shell.c 1461 XTextProperty window_name; local
1480 &window_name) >= Success) {
1484 window_name.value = (unsigned char *) wmshell->wm.title;
1485 window_name.encoding = wmshell->wm.title_encoding ?
1487 window_name.format = 8;
1488 window_name.nitems = strlen((char *) window_name.value);
1541 &window_name, local
1546 XFree((XPointer) window_name.value);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 6680 char window_name[16]; local
6681 ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount);
6683 if (ImGuiWindow* window = FindWindowByName(window_name))
6689 ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount);
6692 Begin(window_name, NULL, flags | extra_flags);
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 6680 char window_name[16]; local
6681 ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount);
6683 if (ImGuiWindow* window = FindWindowByName(window_name))
6689 ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount);
6692 Begin(window_name, NULL, flags | extra_flags);

Completed in 27 milliseconds