gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10718: Print size of movie_root too


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10718: Print size of movie_root too (not that it matters much)
Date: Wed, 18 Mar 2009 18:21:19 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10718
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2009-03-18 18:21:19 +0100
message:
  Print size of movie_root too (not that it matters much)
modified:
  testsuite/libcore.all/ClassSizes.cpp
=== modified file 'testsuite/libcore.all/ClassSizes.cpp'
--- a/testsuite/libcore.all/ClassSizes.cpp      2009-03-18 10:56:46 +0000
+++ b/testsuite/libcore.all/ClassSizes.cpp      2009-03-18 17:21:19 +0000
@@ -26,6 +26,7 @@
 #include "MovieClip.h"
 #include "character.h"
 #include "RGBA.h"
+#include "movie_root.h"
 
 #include <iostream>
 #include <sstream>
@@ -67,5 +68,6 @@
        std::cout << "sizeof(line_style): " << (sizeof(line_style)) << 
std::endl;
        std::cout << "sizeof(fill_style): " << (sizeof(fill_style)) << 
std::endl;
        std::cout << "sizeof(SWFMatrix): " << (sizeof(SWFMatrix)) << std::endl;
+       std::cout << "sizeof(movie_root): " << (sizeof(movie_root)) << 
std::endl;
 }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]