Searched refs:classhint (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | 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)); 299 XGetClassHint(Display * dpy,Window w,XClassHint * classhint) argument
|
| H A D | 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); 295 XSetClassHint(Display * dpy,Window w,XClassHint * classhint) argument
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | xwininfo.c | 1346 xcb_icccm_get_wm_class_reply_t classhint; local in function:display_tree_info_1 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/ |
| H A D | Shell.c | 1466 XClassHint classhint; local in function:_popup_set_prop 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);
|
Completed in 11 milliseconds