pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor Makefile.am, 1.33, 1.34 thumb_


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor Makefile.am, 1.33, 1.34 thumb_cache.cxx, 1.13, 1.14
Date: Sat, 18 Oct 2003 14:11:33 +0200

Update of /var/lib/cvs/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv20278/src/editor

Modified Files:
        Makefile.am thumb_cache.cxx 
Log Message:
- fixed a few makefiles and configure.ac

Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.am 5 Apr 2003 23:24:32 -0000       1.33
+++ Makefile.am 18 Oct 2003 12:11:30 -0000      1.34
@@ -17,6 +17,7 @@
 
 noinst_LIBRARIES = libpingus_editor.a
 
+libpingus_editor_a_CPPFLAGS = @PINGUS_CFLAGS@
 libpingus_editor_a_SOURCES = \
        action_window.cxx action_window.hxx \
        editor_event.cxx editor_event.hxx \

Index: thumb_cache.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/thumb_cache.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- thumb_cache.cxx     19 Apr 2003 10:23:18 -0000      1.13
+++ thumb_cache.cxx     18 Oct 2003 12:11:30 -0000      1.14
@@ -186,8 +186,8 @@
 
       // If writing the surface fails, we return the surface without
       // writing it to the cache
-      unsigned int width  = Math::min((unsigned int)50, sur.get_width ());
-      unsigned int height = Math::min((unsigned int)50, sur.get_height ());
+      unsigned int width  = Math::min(50, sur.get_width ());
+      unsigned int height = Math::min(50, sur.get_height ());
       return Blitter::scale_surface (sur, width, height);
     }
 }





reply via email to

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