Searched defs:pIconName (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c404 XTextProperty iconName, *pIconName = &iconName; local
526 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
527 pIconName = NULL;
545 XSetWMProperties(display, window, pWindowName, pIconName, NULL, 0,
551 if (pIconName)
552 XFree(pIconName->value);
H A Drpng2-x.c624 XTextProperty iconName, *pIconName = &iconName; local
729 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
730 pIconName = NULL;
749 XSetWMProperties(display, window, pWindowName, pIconName, NULL, 0,
755 if (pIconName)
756 XFree(pIconName->value);

Completed in 116 milliseconds