Home | History | Annotate | Download | only in gregbook

Lines Matching refs:class_hints

840     XClassHint *class_hints;
963 if ((class_hints = XAllocClassHint()) != NULL) {
964 class_hints->res_name = res_name;
965 class_hints->res_class = res_class;
969 size_hints, wm_hints, class_hints);
980 if (class_hints)
981 XFree(class_hints);