CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/05/01 18:47:48
Modified files:
server/asobj : Stage.cpp
Log message:
Stage.width and Stage.height are convincing enough for me, no more in
testing
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Stage.cpp?cvsroot=gnash&r1=1.13&r2=1.14
Patches:
Index: Stage.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Stage.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Stage.cpp 1 May 2007 18:02:52 -0000 1.13
+++ Stage.cpp 1 May 2007 18:47:48 -0000 1.14
@@ -107,17 +107,13 @@
unsigned
Stage::getWidth() const
{
- log_warning("Stage::getWidth() testing");
return VM::get().getRoot().getWidth();
- //return 0;
}
unsigned
Stage::getHeight() const
{
- log_warning("Stage::getHeight() testing");
return VM::get().getRoot().getHeight();
- //return 0;
}
void
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit