pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui component.hxx, 1.15, 1.16 gui_scr


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui component.hxx, 1.15, 1.16 gui_screen.cxx, 1.4, 1.5
Date: Tue, 21 Oct 2003 23:37:08 +0200

Update of /var/lib/cvs/Games/Pingus/src/gui
In directory dark:/tmp/cvs-serv23485/gui

Modified Files:
        component.hxx gui_screen.cxx 
Log Message:
- some more stuff

Index: component.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/component.hxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- component.hxx       18 Oct 2003 23:17:28 -0000      1.15
+++ component.hxx       21 Oct 2003 21:37:06 -0000      1.16
@@ -22,9 +22,10 @@
 
 #include "../pingus.hxx"
 
+namespace Pingus {
+
 class GraphicContext;
 
-namespace Pingus {
 namespace GUI {
 
 /** A component represents an area which recivies events in the GUI,

Index: gui_screen.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/gui_screen.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gui_screen.cxx      20 Oct 2003 19:28:55 -0000      1.4
+++ gui_screen.cxx      21 Oct 2003 21:37:06 -0000      1.5
@@ -39,9 +39,9 @@
 bool
 GUIScreen::draw (GraphicContext& gc)
 {
-  draw_background (gc);
-  gui_manager->draw (gc);
-  draw_foreground (gc);
+  draw_background(gc);
+  gui_manager->draw(gc);
+  draw_foreground(gc);
   return true;
 }
 





reply via email to

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