From: Braden M. <br...@us...> - 2006-11-28 06:12:48
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24618 Modified Files: ChangeLog Log Message: Removed "offset" argument from openvrml-gtkplug's "write" command. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1384 retrieving revision 1.1385 diff -C2 -d -r1.1384 -r1.1385 *** ChangeLog 24 Nov 2006 06:37:19 -0000 1.1384 --- ChangeLog 28 Nov 2006 06:12:44 -0000 1.1385 *************** *** 1,2 **** --- 1,15 ---- + 2006-11-28 Braden McDaniel <br...@en...> + + Removed "offset" argument from openvrml-gtkplug's "write" command. + + * doc/openvrml-gtkplug.texi: Removed "offset" argument from the + "write" command. + * mozilla-plugin/src/openvrml.cpp + (NPP_Write(NPP, NPStream *, int32, int32, int32, void *)): Don't + write the offset to the command stream. + * src/openvrml-gtkplug/main.cpp + (openvrml_player::command_istream_reader::operator() const): Don't + read the offset from the command stream. + 2006-11-24 Braden McDaniel <br...@en...> |