paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/font pgfont.cpp,1.3.2.4,1.3.2.5


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/font pgfont.cpp,1.3.2.4,1.3.2.5
Date: Wed, 30 Oct 2002 04:16:31 -0500

Update of /cvsroot/paragui/paragui/src/font
In directory subversions:/tmp/cvs-serv26981/src/font

Modified Files:
      Tag: devel-opengl
        pgfont.cpp 
Log Message:
Updating function names to be more consistent with ParaGUI
There's a persistant memory bug - somewhere - which is attempting to delete 
information already deleted.  Not all demos exhibit this, but paratest is 
amongst those that do.
Significant rewrite of most of OpenGL driver.  There's still more to be done 
and the driver as yet does not work correctly.  Any help would be quite 
appreciated but as I haven't received anything more than a couple comments yet 
I'm not holding my breath - T.


Index: pgfont.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/font/pgfont.cpp,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -C2 -r1.3.2.4 -r1.3.2.5
*** pgfont.cpp  7 Oct 2002 22:23:26 -0000       1.3.2.4
--- pgfont.cpp  30 Oct 2002 09:16:29 -0000      1.3.2.5
***************
*** 190,199 ****
  
                        Surface->FillRect(und_rect,
!                                         SDL_MapRGB(
!                                                    
Surface->getScreen()->format,
!                                                    font->GetColor().r,
!                                                    font->GetColor().g,
!                                                    font->GetColor().b
!                                                    )
                                          );
                }
--- 190,197 ----
  
                        Surface->FillRect(und_rect,
!                                         Surface->MapRGB(font->GetColor().r,
!                                                         font->GetColor().g,
!                                                         font->GetColor().b
!                                                         )
                                          );
                }





reply via email to

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