stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/video cursor.c


From: Nehal Mistry
Subject: [Stratagus-CVS] stratagus/src/video cursor.c
Date: Thu, 27 Nov 2003 01:41:07 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Nehal Mistry <address@hidden>   03/11/27 01:41:07

Modified files:
        src/video      : cursor.c 

Log message:
        remove printf statement

Patches:
Index: stratagus/src/video/cursor.c
diff -u stratagus/src/video/cursor.c:1.82 stratagus/src/video/cursor.c:1.83
--- stratagus/src/video/cursor.c:1.82   Thu Nov 27 01:39:12 2003
+++ stratagus/src/video/cursor.c        Thu Nov 27 01:41:07 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: cursor.c,v 1.82 2003/11/27 06:39:12 nehalmistry Exp $
+//     $Id: cursor.c,v 1.83 2003/11/27 06:41:07 nehalmistry Exp $
 
 //@{
 
@@ -888,7 +888,6 @@
                color = ColorRed;
            }
 #ifdef USE_SDL_SURFACE
-           printf("w = %d\n", w);
            VideoFillTransRectangle(color, x + w * TileSizeX, y + h * 
                TileSizeY, TileSizeX, TileSizeY, 95);
 #else
@@ -1258,7 +1257,7 @@
     int i;
 
     CLprintf(file, "\n;;; -----------------------------------------\n");
-    CLprintf(file, ";;; MODULE: cursors $Id: cursor.c,v 1.82 2003/11/27 
06:39:12 nehalmistry Exp $\n\n");
+    CLprintf(file, ";;; MODULE: cursors $Id: cursor.c,v 1.83 2003/11/27 
06:41:07 nehalmistry Exp $\n\n");
 
     for (i = 0; Cursors[i].OType; ++i) {
        CLprintf(file, "(define-cursor '%s '%s\n",




reply via email to

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