Home | History | Annotate | Download | only in gregbook

Lines Matching refs:pIconName

849     XTextProperty iconName, *pIconName = &iconName;
956 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
957 pIconName = NULL;
981 XSetWMProperties(display, window, pWindowName, pIconName, NULL, 0,
987 if (pIconName)
988 XFree(pIconName->value);