From: Geoffrey F. <fu...@us...> - 2001-05-09 20:37:57
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv18284/src Modified Files: Tag: dyndrv_1 plcore.c Log Message: Convert the static master dispatch_table from a table of PLDispatchTables, to a table of PLDispatchTable *'s. Then when we init the table, we allocate an actual PLDispatchTable record for each member, and thus the global/static dispatch_table itself, becomes a vector of pointers. Now finally we can sort the entries based on the pl_seq field, which allows us to combine the static and dynamic drivers into a single list, get it sorted into the traditional presentation order, and run. |