stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: Nehal Mistry
Subject: [Stratagus-CVS] stratagus/src/video font.c
Date: Mon, 17 Nov 2003 18:02:31 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Nehal Mistry <address@hidden>   03/11/17 18:02:31

Modified files:
        src/video      : font.c 

Log message:
        do not InvalidateArea in VideoDrawChar

Patches:
Index: stratagus/src/video/font.c
diff -u stratagus/src/video/font.c:1.61 stratagus/src/video/font.c:1.62
--- stratagus/src/video/font.c:1.61     Mon Nov 17 14:30:06 2003
+++ stratagus/src/video/font.c  Mon Nov 17 18:02:30 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: font.c,v 1.61 2003/11/17 19:30:06 nehalmistry Exp $
+//     $Id: font.c,v 1.62 2003/11/17 23:02:30 nehalmistry Exp $
 
 //@{
 
@@ -172,9 +172,6 @@
     SDL_SetColors(sprite->Surface, FontColor->Color, 0, NumFontColors);
 
     SDL_BlitSurface(sprite->Surface, &srect, TheScreen, &drect);
-
-    SDL_UpdateRect(TheScreen, x, y, w, h);
-    InvalidateArea(x, y, w, h);
 }
 
 #else




reply via email to

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