pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/backgrounds SolidColorBackground.hh,1


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds SolidColorBackground.hh,1.12,1.13
Date: 7 Jun 2002 14:50:39 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/backgrounds
In directory dark:/tmp/cvs-serv15758/backgrounds

Modified Files:
        SolidColorBackground.hh 
Log Message:
removed dummy_ptr - this reduces compile time, footprint and complexity.
There was no point where it was needed and it's even been removed from boost.


Index: SolidColorBackground.hh
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SolidColorBackground.hh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- SolidColorBackground.hh     1 Jun 2002 18:05:36 -0000       1.12
+++ SolidColorBackground.hh     7 Jun 2002 14:50:34 -0000       1.13
@@ -90,7 +90,7 @@
     return pos; 
   }
 
-  void draw(boost::dummy_ptr<EditorView> view)
+  void draw(EditorView * view)
   {
     view->draw_fillrect ((int)pos.x, (int)pos.y, (int)pos.x + 256, (int)pos.y 
+ 256, 
                         color.red, color.green, color.blue, color.alpha);




reply via email to

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