OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classhint
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/
GetHints.c
302
XClassHint *
classhint
) /* RETURN */
319
if (! (
classhint
->res_name = Xmalloc(len_name + 1))) {
323
strcpy(
classhint
->res_name, (char *) data);
326
if (! (
classhint
->res_class = Xmalloc(len_class + 1))) {
327
Xfree(
classhint
->res_name);
328
classhint
->res_name = (char *) NULL;
332
strcpy(
classhint
->res_class, (char *) (data+len_name+1));
SetHints.c
298
XClassHint *
classhint
)
304
len_nm = safestrlen(
classhint
->res_name);
305
len_cl = safestrlen(
classhint
->res_class);
310
strcpy(s,
classhint
->res_name);
316
strcpy(s,
classhint
->res_class);
/xsrc/external/mit/xwininfo/dist/
xwininfo.c
1346
xcb_icccm_get_wm_class_reply_t
classhint
;
local
1359
&
classhint
, NULL)) {
1361
instance_name =
classhint
.instance_name;
1362
class_name =
classhint
.class_name;
1401
xcb_icccm_get_wm_class_reply_wipe (&
classhint
);
/xsrc/external/mit/libXt/dist/src/
Shell.c
1466
XClassHint
classhint
;
local
1520
classhint
.res_name = (_XtString) w->core.name;
1524
classhint
.res_class = ((ApplicationShellWidget) p)->application.class;
1528
classhint
.res_class = (_XtString) XtClass(p)->core_class.class_name;
1543
argv, argc, size_hints, &wmshell->wm.wm_hints, &
classhint
);
local
Completed in 11 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026