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 editor_view.cxx, 1.12, 1.13


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_view.cxx, 1.12, 1.13
Date: Wed, 22 Oct 2003 13:11:25 +0200

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

Modified Files:
        editor_view.cxx 
Log Message:
- some more stuff, compiles now, but doesn't link (as expected)

Index: editor_view.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/editor_view.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- editor_view.cxx     19 Oct 2003 12:25:47 -0000      1.12
+++ editor_view.cxx     22 Oct 2003 11:11:23 -0000      1.13
@@ -166,20 +166,24 @@
 void
 EditorView::draw (Sprite& sprite, const Vector& pos)
 {
+#ifdef CLANLIB_0_6
   CL_Surface sur (sprite.get_surface ());
   draw (sur,
        (int) pos.x + sprite.get_x_align (),
        (int) pos.y + sprite.get_y_align ());
+#endif
 }
 
 void
 EditorView::draw (Sprite& sprite, const Vector& pos, int frame)
 {
+#ifdef CLANLIB_0_6
   CL_Surface sur (sprite.get_surface ());
   draw (sur,
        (int) pos.x + sprite.get_x_align (),
        (int) pos.y + sprite.get_y_align (),
        frame);
+#endif
 }
 
 void





reply via email to

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