pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3793 - in trunk/pingus/src: . display


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3793 - in trunk/pingus/src: . display
Date: Fri, 11 Jul 2008 15:28:13 +0200

Author: grumbel
Date: 2008-07-11 15:28:13 +0200 (Fri, 11 Jul 2008)
New Revision: 3793

Modified:
   trunk/pingus/src/blitter.hpp
   trunk/pingus/src/display/drawing_context.hpp
Log:
Removed outdated clanlib reference

Modified: trunk/pingus/src/blitter.hpp
===================================================================
--- trunk/pingus/src/blitter.hpp        2008-07-11 13:26:41 UTC (rev 3792)
+++ trunk/pingus/src/blitter.hpp        2008-07-11 13:28:13 UTC (rev 3793)
@@ -24,9 +24,7 @@
 
 class Surface;
 
-/** A bunch of blitting and creation functions to operate on
-    Surface.  Some of them a similar to the ones in ClanLib, but
-    this are slower and work. */
+/** A bunch of blitting and creation functions to operate on Surface.  */
 class Blitter
 {
 public:

Modified: trunk/pingus/src/display/drawing_context.hpp
===================================================================
--- trunk/pingus/src/display/drawing_context.hpp        2008-07-11 13:26:41 UTC 
(rev 3792)
+++ trunk/pingus/src/display/drawing_context.hpp        2008-07-11 13:28:13 UTC 
(rev 3793)
@@ -17,8 +17,6 @@
 #ifndef HEADER_DRAWING_CONTEXT_HPP
 #define HEADER_DRAWING_CONTEXT_HPP
 
-//#include <ClanLib/Core/Math/rect.h>
-//#include <ClanLib/Display/color.h>
 #include "SDL.h"
 #include <vector>
 #include "drawing_request.hpp"





reply via email to

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