From: Geoffrey F. <fu...@us...> - 2001-05-26 21:24:42
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16715 Modified Files: Tag: dyndrv_1 dg300.c hpgl.c impress.c linuxvga.c ljii.c ljiip.c null.c pbm.c plmeta.c tek.c xfig.c xwin.c Log Message: Convert many (but not all) drivers to use the new dispatch table initialization semantics. Introduced a per-device dispatch table init function which fills in the entries. This function is called for both static and dynamic driver configurations, so they two are treated on equall footing at the API level. Drivers not touched in this commit, are hereby broken, until someone can get around to updating them. |