[Scummvm-cvs-logs] SF.net SVN: scummvm: [24236] scummvm/trunk/gui

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 8 23:03:27 CEST 2006


Revision: 24236
          http://svn.sourceforge.net/scummvm/?rev=24236&view=rev
Author:   lordhoto
Date:     2006-10-08 14:03:19 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Make modern and classic theme config files use the same version number.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeClassic.cpp
    scummvm/trunk/gui/ThemeNew.cpp
    scummvm/trunk/gui/theme.h
    scummvm/trunk/gui/themes/classic080.ini

Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2006-10-08 21:00:48 UTC (rev 24235)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2006-10-08 21:03:19 UTC (rev 24236)
@@ -22,8 +22,6 @@
 #include "gui/theme.h"
 #include "gui/eval.h"
 
-#define THEME_VERSION 2
-
 namespace GUI {
 ThemeClassic::ThemeClassic(OSystem *system, const Common::String &config, const Common::ConfigFile *cfg) : Theme() {
 	_enableBlending = true;

Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-10-08 21:00:48 UTC (rev 24235)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-10-08 21:03:19 UTC (rev 24236)
@@ -41,8 +41,6 @@
 #define kShadowTr4 128
 #define kShadowTr5 192
 
-#define THEME_VERSION 18
-
 using Graphics::Surface;
 
 /** Specifies the currently active 16bit pixel format, 555 or 565. */

Modified: scummvm/trunk/gui/theme.h
===================================================================
--- scummvm/trunk/gui/theme.h	2006-10-08 21:00:48 UTC (rev 24235)
+++ scummvm/trunk/gui/theme.h	2006-10-08 21:03:19 UTC (rev 24236)
@@ -34,6 +34,8 @@
 
 #include "gui/widget.h"
 
+#define THEME_VERSION 18
+
 namespace GUI {
 
 class Eval;

Modified: scummvm/trunk/gui/themes/classic080.ini
===================================================================
--- scummvm/trunk/gui/themes/classic080.ini	2006-10-08 21:00:48 UTC (rev 24235)
+++ scummvm/trunk/gui/themes/classic080.ini	2006-10-08 21:03:19 UTC (rev 24236)
@@ -1,7 +1,7 @@
 # $URL$
 # $Id$
 [theme]
-version=2
+version=18
 type=classic
 name=Classic (ScummVM 0.8.0)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list