Re: [Xpert]request: xlib resources

2002-02-20 Thread mallum
I use the man pages, the orielly xlib book and prayer. -- mallum on Tue, Feb 19, 2002 at 01:57:41AM +0100, Marc Bruenink wrote: > Hi > > I'm searching for all kinds of resources concerning xlib. I've found > http://tronche.com/gui/x/xlib/introduction/ > and i think this is a good tutorial..

Re: [Xpert]request: xlib resources

2002-02-20 Thread mallum
on Tue, Feb 19, 2002 at 01:55:47PM +0100, Marc Bruenink wrote: > 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

Re: [Xpert]request: xlib resources

2002-02-19 Thread Marc Bruenink
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, ic

[Xpert]request: xlib resources

2002-02-18 Thread Marc Bruenink
Hi I'm searching for all kinds of resources concerning xlib. I've found http://tronche.com/gui/x/xlib/introduction/ and i think this is a good tutorial but unfortunately it's incomplete. Further i've a problem using XGetFontPath() (segmentation fault) and i didn't find the fault. Perhaps