> Hi, > > I was writing an XF86Config parser from scratch, when I noticed there's > a python wrapper for this... > However, I'm writing my tool in c++, so I need the C source... I found a > file called xf86Parser.h, but couldn't find any documentation about > it... > > Is this the right file, and if so, where can I find docs about it?
That file is from the xc/programs/Xserver/hw/xfree86/parser subdirectory which contains the code for libxf86config.a which is the parser library (it can write the files too). The cpconfig.c source in that directory provides a simple usage example. _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
