mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
Make modern and classic theme config files use the same version number.
svn-id: r24236
This commit is contained in:
parent
16276155b6
commit
7721c0d039
@ -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;
|
||||
|
@ -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. */
|
||||
|
@ -34,6 +34,8 @@
|
||||
|
||||
#include "gui/widget.h"
|
||||
|
||||
#define THEME_VERSION 18
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class Eval;
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $URL$
|
||||
# $Id$
|
||||
[theme]
|
||||
version=2
|
||||
version=18
|
||||
type=classic
|
||||
name=Classic (ScummVM 0.8.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user