From: Geoffrey F. <fu...@us...> - 2001-05-26 21:22:31
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16302 Modified Files: Tag: dyndrv_1 ps.c Log Message: Removed all the inane driver "forwarding" functions introduced in a prior recent commit. Instead, switch to the new canonical driver initialization style in which there is one dispatch table init function per device (potentially multiple such devices per driver), and these dispatch table init functions take care of filling in the dispatch table function pointer entries. If it suits the driver to share some functions across multiple devices, that is the driver's business, and is easily accommodated in this manner. |