pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input Makefile.am,1.19,1.20 button_fa


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input Makefile.am,1.19,1.20 button_factory.cxx,1.8,1.9
Date: 9 Sep 2002 09:38:50 -0000

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

Modified Files:
        Makefile.am button_factory.cxx 
Log Message:
commited Gervase Lams cleanup patch

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.am 26 Aug 2002 13:53:04 -0000      1.19
+++ Makefile.am 9 Sep 2002 09:38:48 -0000       1.20
@@ -32,6 +32,7 @@
        button_factory.hxx button_factory.cxx \
        controller.hxx controller.cxx \
        event.hxx \
+       key_helper.hxx key_helper.cxx \
        pointer.hxx \
        pointer_event.hxx \
        pointer_factory.hxx pointer_factory.cxx \

Index: button_factory.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/button_factory.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- button_factory.cxx  24 Aug 2002 11:37:29 -0000      1.8
+++ button_factory.cxx  9 Sep 2002 09:38:48 -0000       1.9
@@ -24,7 +24,7 @@
 #include "buttons/double_button.hxx"
 #include "buttons/joystick_button.hxx"
 #include "buttons/key_button.hxx"
-#include "buttons/key_helper.hxx"
+#include "key_helper.hxx"
 #include "buttons/mouse_button.hxx"
 #include "buttons/multiple_button.hxx"
 #include "buttons/triple_button.hxx"





reply via email to

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