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 solidcolor_background.hxx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds solidcolor_background.hxx,1.7,1.8
Date: 11 Sep 2002 12:46:00 -0000

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

Modified Files:
        solidcolor_background.hxx 
Log Message:
- removed Pingus namespace mostly
- paked most Editor stuff into EditorNS
- added namespace for ResourceModifier


Index: solidcolor_background.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/solidcolor_background.hxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- solidcolor_background.hxx   23 Aug 2002 15:49:54 -0000      1.7
+++ solidcolor_background.hxx   11 Sep 2002 12:45:58 -0000      1.8
@@ -99,7 +99,7 @@
     return pos; 
   }
 
-  void draw(EditorView * view)
+  void draw(EditorNS::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]