aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorVicent Marti2008-10-18 09:14:43 +0000
committerVicent Marti2008-10-18 09:14:43 +0000
commitdf8af387fb33d5ef645e41b554267aaafd2432bf (patch)
tree0b48d85a3da98b274aa993e1c12bf5104e8b0c80 /gui
parent6e8adf4ea69914dd48322a2b3aeb7d91301dbb45 (diff)
downloadscummvm-rg350-df8af387fb33d5ef645e41b554267aaafd2432bf.tar.gz
scummvm-rg350-df8af387fb33d5ef645e41b554267aaafd2432bf.tar.bz2
scummvm-rg350-df8af387fb33d5ef645e41b554267aaafd2432bf.zip
Changed XML Parser to require standards-compilant XML header.
Updated STX version to 0.3 svn-id: r34817
Diffstat (limited to 'gui')
-rw-r--r--gui/theme.h2
-rw-r--r--gui/themes/default.inc3
-rw-r--r--gui/themes/scummclassic.zipbin43280 -> 43354 bytes
-rw-r--r--gui/themes/scummclassic/THEMERC2
-rw-r--r--gui/themes/scummclassic/classic_gfx.stx2
-rw-r--r--gui/themes/scummclassic/classic_layout.stx2
-rw-r--r--gui/themes/scummclassic/classic_layout_320.stx2
-rw-r--r--gui/themes/scummmodern.zipbin143567 -> 143656 bytes
-rw-r--r--gui/themes/scummmodern/THEMERC2
-rw-r--r--gui/themes/scummmodern/scummodern_gfx.stx2
-rw-r--r--gui/themes/scummmodern/scummodern_layout.stx2
-rw-r--r--gui/themes/scummmodern/scummodern_layout_320.stx2
12 files changed, 12 insertions, 9 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 45c81a06cf..0b20613fe4 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -35,7 +35,7 @@
#include "graphics/fontman.h"
#define THEME_VERSION 24
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.2"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.3"
namespace GUI {
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 348d013141..a7adc49d7f 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1,3 +1,4 @@
+"<?xml version = '1.0'?> "
"<render_info> "
"<palette> "
"<color name = 'black' "
@@ -304,6 +305,7 @@
"/> "
"</drawdata> "
"</render_info> "
+"<?xml version = '1.0'?> "
"<layout_info resolution = '-320xY, -256x240'> "
"<globals> "
"<def var = 'Line.Height' value = '16' /> "
@@ -907,6 +909,7 @@
"</layout> "
"</dialog> "
"</layout_info> "
+"<?xml version = '1.0'?> "
"<layout_info resolution = '320xY, 256x240'> "
"<globals> "
"<def var = 'Line.Height' value = '12' /> "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 2df5573a4e..3ee5730303 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummclassic/THEMERC b/gui/themes/scummclassic/THEMERC
index 96f0528ddb..ea13cb21b0 100644
--- a/gui/themes/scummclassic/THEMERC
+++ b/gui/themes/scummclassic/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.2:ScummVM Classic Theme:No Author] \ No newline at end of file
+[SCUMMVM_STX0.3:ScummVM Classic Theme:No Author] \ No newline at end of file
diff --git a/gui/themes/scummclassic/classic_gfx.stx b/gui/themes/scummclassic/classic_gfx.stx
index a566e83e45..7ec136c03d 100644
--- a/gui/themes/scummclassic/classic_gfx.stx
+++ b/gui/themes/scummclassic/classic_gfx.stx
@@ -22,7 +22,7 @@
- $Id$
-
-->
-
+<?xml version = "1.0"?>
<render_info>
<palette>
<color name = 'black'
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index fec2632119..42e6eaebd7 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -22,7 +22,7 @@
- $Id$
-
-->
-
+<?xml version = "1.0"?>
<layout_info resolution = '-320xY, -256x240'>
<globals>
<def var = 'Line.Height' value = '16' />
diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx
index 792f54e45e..7d925be9cb 100644
--- a/gui/themes/scummclassic/classic_layout_320.stx
+++ b/gui/themes/scummclassic/classic_layout_320.stx
@@ -22,7 +22,7 @@
- $Id$
-
-->
-
+<?xml version = "1.0"?>
<layout_info resolution = "320xY, 256x240">
<globals>
<def var = 'Line.Height' value = '12' />
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index d1700259db..0de77c92fc 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC
index 66e46315a9..7dc80e8c64 100644
--- a/gui/themes/scummmodern/THEMERC
+++ b/gui/themes/scummmodern/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.2:ScummVM Modern Theme:No Author] \ No newline at end of file
+[SCUMMVM_STX0.3:ScummVM Modern Theme:No Author] \ No newline at end of file
diff --git a/gui/themes/scummmodern/scummodern_gfx.stx b/gui/themes/scummmodern/scummodern_gfx.stx
index 148f1cb522..4c592bf3ac 100644
--- a/gui/themes/scummmodern/scummodern_gfx.stx
+++ b/gui/themes/scummmodern/scummodern_gfx.stx
@@ -22,7 +22,7 @@
- $Id$
-
-->
-
+<?xml version = "1.0"?>
<render_info>
<palette>
<color name = 'darkred'
diff --git a/gui/themes/scummmodern/scummodern_layout.stx b/gui/themes/scummmodern/scummodern_layout.stx
index 92de9dda46..ebf273ccf5 100644
--- a/gui/themes/scummmodern/scummodern_layout.stx
+++ b/gui/themes/scummmodern/scummodern_layout.stx
@@ -22,7 +22,7 @@
- $Id$
-
-->
-
+<?xml version = "1.0"?>
<layout_info resolution = '-320xY, -256x240'>
<globals>
<def var = 'Line.Height' value = '16' />
diff --git a/gui/themes/scummmodern/scummodern_layout_320.stx b/gui/themes/scummmodern/scummodern_layout_320.stx
index 8c755b4ca2..c135d7e03a 100644
--- a/gui/themes/scummmodern/scummodern_layout_320.stx
+++ b/gui/themes/scummmodern/scummodern_layout_320.stx
@@ -22,7 +22,7 @@
- $Id$
-
-->
-
+<?xml version = "1.0"?>
<layout_info resolution = "320xY, 256x240">
<globals>
<def var = 'Line.Height' value = '12' />