Lines Matching defs:text_prop
755 XTextProperty text_prop;
760 status = XGetWMName(dpy2, w, &text_prop);
761 if (status && text_prop.value && text_prop.nitems) {
765 status = XmbTextPropertyToTextList(dpy2, &text_prop, &list, &num);
767 XFree(text_prop.value);
794 XTextProperty text_prop;
798 status = XGetWMIconName(dpy2, w, &text_prop);
799 if (!status || !text_prop.value || !text_prop.nitems)
801 status = XmbTextPropertyToTextList(dpy2, &text_prop, &list, &num);
804 XFree(text_prop.value);