From: Joao C. <jc...@us...> - 2001-04-28 22:01:00
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv32732/include Modified Files: plplotP.h Log Message: Add support for driver specific options in the command line, as -drvopt option[=value][,option[=value]* Added plParseDrvOpts(), plHelpDrvOpts() and opt_drvopt(), as well as related structures DrvOptCmd and DrvOpt. Drivers should setup a DrvOpt array with the accepted options, and call plParseDrvOpts(). |