paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/themes themeloader.cpp,1.3.2.3,1.3.2.4


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/themes themeloader.cpp,1.3.2.3,1.3.2.4
Date: Wed, 30 Oct 2002 04:16:32 -0500

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

Modified Files:
      Tag: devel-opengl
        themeloader.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: themeloader.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/themes/themeloader.cpp,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -r1.3.2.3 -r1.3.2.4
*** themeloader.cpp     12 Sep 2002 06:38:50 -0000      1.3.2.3
--- themeloader.cpp     30 Oct 2002 09:16:29 -0000      1.3.2.4
***************
*** 207,211 ****
                        SDL_Color c;
                        splitColor(&c, filename->colorkey);
!                       Uint32 key = 
SDL_MapRGB(filename->surface->getScreen()->format, c.r, c.g, c.b);
                        filename->surface->SetColorKey(SDL_SRCCOLORKEY, key);
                }
--- 207,211 ----
                        SDL_Color c;
                        splitColor(&c, filename->colorkey);
!                       Uint32 key = filename->surface->MapRGB(c.r, c.g, c.b);
                        filename->surface->SetColorKey(SDL_SRCCOLORKEY, key);
                }





reply via email to

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