From: Braden M. <br...@us...> - 2006-11-30 06:47:37
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23333 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog 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: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.65 retrieving revision 1.1310.2.66 diff -C2 -d -r1.1310.2.65 -r1.1310.2.66 *** ChangeLog 29 Nov 2006 19:04:35 -0000 1.1310.2.65 --- ChangeLog 30 Nov 2006 06:47:31 -0000 1.1310.2.66 *************** *** 1,2 **** --- 1,19 ---- + 2006-11-30 Braden McDaniel <br...@en...> + + 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. + + * doc/openvrml-gtkplug.texi: Documented --initial-stream option. + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Pass --initial-stream + when starting the openvrml-gtkplug child process. + * src/openvrml-gtkplug/main.cpp: + (options): Added entry for --initial-stream. + (main(int, char *[])): Only start the thread to read the initial + stream if --initial-stream was passed. + 2006-11-29 Braden McDaniel <br...@en...> |