From: Braden M. <br...@us...> - 2006-11-30 06:47:45
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23362/doc Modified Files: openvrml-gtkplug.texi Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: openvrml-gtkplug.texi =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** openvrml-gtkplug.texi 28 Nov 2006 06:12:44 -0000 1.4 --- openvrml-gtkplug.texi 30 Nov 2006 06:47:42 -0000 1.5 *************** *** 156,159 **** --- 156,164 ---- Print the version information and exit. + @item --initial-stream + @opindex --initial-stream + Expect an initial stream. @code{new-stream} must be the first command + received. + @item --display=@var{display} @opindex --display |