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.6.4,1.3.6.5


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/themes themeloader.cpp,1.3.6.4,1.3.6.5
Date: Fri, 18 Apr 2003 06:40:40 -0400

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

Modified Files:
      Tag: devel-1-0
        themeloader.cpp 
Log Message:
- convert loaded images (for the theme) automatically to screen format
  (let's see if this breaks anything, don't know a reason why this isn't done)
- removed warning about removing non-existent objects
  (caused be PG_Application)



Index: themeloader.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/themes/themeloader.cpp,v
retrieving revision 1.3.6.4
retrieving revision 1.3.6.5
diff -C2 -r1.3.6.4 -r1.3.6.5
*** themeloader.cpp     4 Jan 2003 21:13:41 -0000       1.3.6.4
--- themeloader.cpp     18 Apr 2003 10:40:38 -0000      1.3.6.5
***************
*** 188,192 ****
  
                // load the image file
!               filename->surface = 
PG_FileArchive::LoadSurface(filename->value.c_str());
  
                if(filename->surface == NULL) {
--- 188,192 ----
  
                // load the image file
!               filename->surface = 
PG_FileArchive::LoadSurface(filename->value.c_str(), true);
  
                if(filename->surface == NULL) {





reply via email to

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