gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10712: Add size of SWFMatrix


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10712: Add size of SWFMatrix
Date: Wed, 18 Mar 2009 11:56:46 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10712
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2009-03-18 11:56:46 +0100
message:
  Add size of SWFMatrix
modified:
  testsuite/libcore.all/ClassSizes.cpp
=== modified file 'testsuite/libcore.all/ClassSizes.cpp'
--- a/testsuite/libcore.all/ClassSizes.cpp      2009-02-25 22:33:03 +0000
+++ b/testsuite/libcore.all/ClassSizes.cpp      2009-03-18 10:56:46 +0000
@@ -66,5 +66,6 @@
        std::cout << "sizeof(rgba): " << (sizeof(rgba)) << std::endl;
        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;
 }
 


reply via email to

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