Re: Re[2]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-07 Thread Martin Guy
2007/7/7, Udo Giacomozzi <[EMAIL PROTECTED]>: MG> In general I agree that tu_* should be dropped wherever possible, What's the problem with tu_timer? I interpreted it as a general Gnash tool for timing. Anyway, wouldn't it be best to have a dedicated .h just for timing purposes? You are righ

Re[2]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-06 Thread Udo Giacomozzi
Hello Martin, Friday, July 6, 2007, 12:13:45 PM, you wrote: MG> In general I agree that tu_* should be dropped wherever possible, What's the problem with tu_timer? I interpreted it as a general Gnash tool for timing. Anyway, wouldn't it be best to have a dedicated .h just for timing purposes?

Re[2]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-05 Thread Udo Giacomozzi
Hello Markus, Thursday, July 5, 2007, 2:50:10 PM, you wrote: MG> The TU code is on the way out of the codebase, it's a good riddance MG> IMO. So please don't put it back in ;) OK, what to use instead then? VM::getTime() sounds too VM-specific to me, as the GUI is not related to ActionScript in a

Re[2]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-04 Thread Udo Giacomozzi
Hello John, Wednesday, July 4, 2007, 11:37:24 PM, you wrote: JG> GNU programs are (and should be) primarily written for the GNU / Linux JG> system. To make them more generally useful it's good to write them JG> portably. But their usefulness or functionality on GNU shouldn't be JG> sacrificed "f

Re[2]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-04 Thread Udo Giacomozzi
Hello zou, Wednesday, July 4, 2007, 4:25:34 AM, you wrote: zl> May I suggest you use VM::getTime() instead of gettimeofday()? Agree, I committed a patch. zl> VM::getTime() returns the number of milliseconds since VM was zl> started, it should be sufficient for this case. If not, then consider