Re: [Fresco-devel] 3D acceleration for nVidia cards under Fresco

Nick Lewycky <[email protected]> Wed, 10 Sep 2003 22:06:46 -0400
Newsgroups gmane.comp.video.fresco.devel
Message-ID <[email protected]>
> Now are you saying that in order to link to
> libGL.so.x.y.z, you have to 
> use X11 functions?

Yep, that's exactly it. Want to see for yourself? strings libGL.so and 
look for XFreePixmap, XQueryFont, XCreateGC, XFillRectangle etc. Those 
are imports.

Nick