From: Braden M. <br...@us...> - 2006-11-30 06:47:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23362 Modified Files: 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.1388 retrieving revision 1.1389 diff -C2 -d -r1.1388 -r1.1389 *** ChangeLog 29 Nov 2006 19:04:48 -0000 1.1388 --- ChangeLog 30 Nov 2006 06:47:42 -0000 1.1389 *************** *** 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...> |