Hi > Further i've a problem using XGetFontPath() (segmentation fault) and i > didn't find the fault. Perhaps somebody knows where to find a sample > source concerning font loading, listing aso. ?
okay this is my source code till now: char **ret; int *icount; ret = XGetFontPath(dpy, icount); <-- Segfaults here... XSync(dpy, False); This is almost a copy&paste from the documentation. Everything is okay with dpy (check it with DefaultScreen()). The whole code is part of a method. regards no-f$%&&king-clue-marc(..) _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
