CVSROOT: /sources/gnash
Module name: gnash
Changes by: Zou Lunkai <zoulunkai> 07/08/10 08:34:18
Modified files:
server/parser : Timeline.h
Log message:
* server/parser/Timeline.h: enable boost::mutex::scoped_lock, it was a
accident to get it commented.
* actionscript.all/case.as: more tests, we don't want to fail on cases.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/Timeline.h?cvsroot=gnash&r1=1.6&r2=1.7
Patches:
Index: Timeline.h
===================================================================
RCS file: /sources/gnash/gnash/server/parser/Timeline.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Timeline.h 9 Aug 2007 12:18:06 -0000 1.6
+++ Timeline.h 10 Aug 2007 08:34:18 -0000 1.7
@@ -94,7 +94,7 @@
///
void closeFrame()
{
- //boost::mutex::scoped_lock lock(_frameDepthsMutex);
+ boost::mutex::scoped_lock lock(_frameDepthsMutex);
// Copy depth set from previous frame
_frameDepths.push_back(_frameDepths.back());
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit