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 gui_screen.cxx, 1.3, 1.4 screen_m


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui gui_screen.cxx, 1.3, 1.4 screen_manager.cxx, 1.11, 1.12 surface_button.hxx, 1.9, 1.10
Date: Mon, 20 Oct 2003 21:28:57 +0200

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

Modified Files:
        gui_screen.cxx screen_manager.cxx surface_button.hxx 
Log Message:
misc stuff

Index: gui_screen.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/gui_screen.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gui_screen.cxx      19 Oct 2003 12:25:47 -0000      1.3
+++ gui_screen.cxx      20 Oct 2003 19:28:55 -0000      1.4
@@ -25,8 +25,8 @@
 namespace Pingus {
 namespace GUI {
 
-GUIScreen::GUIScreen ()
-  : gui_manager (new GUIManager ())
+GUIScreen::GUIScreen()
+  : gui_manager (new GUI::GUIManager())
 {
 }
 

Index: screen_manager.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/screen_manager.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- screen_manager.cxx  18 Oct 2003 23:17:28 -0000      1.11
+++ screen_manager.cxx  20 Oct 2003 19:28:55 -0000      1.12
@@ -90,8 +90,8 @@
       input_controller->update (time_delta);
 
       // Fill the delta with values
-      GameDelta delta (time_delta, delta_manager.get_absolute(),
-                       input_controller->get_events ());
+      GameDelta delta(time_delta, delta_manager.get_absolute(),
+                      input_controller->get_events ());
 
       last_screen = get_current_screen();
 

Index: surface_button.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/surface_button.hxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- surface_button.hxx  18 Oct 2003 23:17:28 -0000      1.9
+++ surface_button.hxx  20 Oct 2003 19:28:55 -0000      1.10
@@ -23,9 +23,10 @@
 #include <ClanLib/display.h>
 #include "component.hxx"
 
+namespace Pingus {
+
 class ResDescriptor;
 
-namespace Pingus {
 namespace GUI {
 
 /** A simple surface button, which different surfaces for pressed,





reply via email to

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