Searched refs:class_hint (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.c343 XClassHint *class_hint; local in function:hostx_init
367 class_hint = XAllocClassHint();
432 if (class_hint)
437 class_hint->res_name = ephyrResName;
438 class_hint->res_class = "Xephyr";
439 XSetClassHint(hostx_get_display(), host_screen->win, class_hint);
446 if (class_hint)
447 XFree(class_hint);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dhostx.c528 char *class_hint; local in function:hostx_init
666 class_hint = malloc(class_len);
667 if (class_hint) {
668 strcpy(class_hint, ephyrResName);
669 strcpy(class_hint + strlen(ephyrResName) + 1, "Xephyr");
677 class_hint);
678 free(class_hint);
/xsrc/external/mit/xwud/dist/
H A Dxwud.c142 XClassHint class_hint; local in function:main
649 class_hint.res_name = (char *)NULL;
650 class_hint.res_class = "Xwud";
653 argv, argc, &hints, (XWMHints *)NULL, &class_hint);

Completed in 7 milliseconds