OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class_hint
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
hostx.c
343
XClassHint *
class_hint
;
local
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
);
local
446
if (
class_hint
)
447
XFree(
class_hint
);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
hostx.c
528
char *
class_hint
;
local
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/
xwud.c
142
XClassHint
class_hint
;
local
660
class_hint
.res_name = (char *)NULL;
661
class_hint
.res_class = "Xwud";
664
argv, argc, &hints, (XWMHints *)NULL, &
class_hint
);
Completed in 8 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026