From: Geoffrey F. <fu...@us...> - 2001-05-08 20:48:54
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv12180/include Modified Files: Tag: dyndrv_1 plstrm.h Log Message: Add a dispatch_table member to PLStream. Now the PLplot API functions can just dereference the function pointers in the dispatch_table entry for the stream itself, without getting involved with indexing into the global dispatch_table monstrosity. This paves the way for expunging the global dispatch_table altogether, if we decide to do that. |