diff options
author | Vicent Marti | 2008-08-13 18:48:14 +0000 |
---|---|---|
committer | Vicent Marti | 2008-08-13 18:48:14 +0000 |
commit | 80e059f2bb61f58e02d44d9dd125d23627d38b83 (patch) | |
tree | e764199897cf44bc73abdd567b5b969f32f57e26 | |
parent | 2b52383534ecb5c3770dfb267d7238516f0ca144 (diff) | |
download | scummvm-rg350-80e059f2bb61f58e02d44d9dd125d23627d38b83.tar.gz scummvm-rg350-80e059f2bb61f58e02d44d9dd125d23627d38b83.tar.bz2 scummvm-rg350-80e059f2bb61f58e02d44d9dd125d23627d38b83.zip |
Fixed compilation bugs in non-OSX platforms.
svn-id: r33836
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 20 | ||||
-rw-r--r-- | gui/browser.cpp | 2 | ||||
-rw-r--r-- | gui/themes/scummodern.zip | bin | 121066 -> 114585 bytes |
3 files changed, 1 insertions, 21 deletions
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index 1a6d3519c8..7fd256cd42 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -1101,14 +1101,6 @@ > </File> <File - RelativePath="..\..\gui\eval.cpp" - > - </File> - <File - RelativePath="..\..\gui\eval.h" - > - </File> - <File RelativePath="..\..\gui\Key.cpp" > </File> @@ -1197,10 +1189,6 @@ > </File> <File - RelativePath="..\..\gui\theme-config.cpp" - > - </File> - <File RelativePath="..\..\gui\theme.cpp" > </File> @@ -1217,14 +1205,6 @@ > </File> <File - RelativePath="..\..\gui\ThemeClassic.cpp" - > - </File> - <File - RelativePath="..\..\gui\ThemeModern.cpp" - > - </File> - <File RelativePath="..\..\gui\ThemeParser.cpp" > </File> diff --git a/gui/browser.cpp b/gui/browser.cpp index 21d492f942..a5c71e6987 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -150,7 +150,7 @@ BrowserDialog::BrowserDialog(const char *title, bool dirBrowser) _fileList->setNumberingMode(kListNumberingOff); _fileList->setEditable(false); - _fileList->setHints(THEME_HINT_PLAIN_COLOR); + _backgroundType = GUI::Theme::kDialogBackgroundPlain; // Buttons new ButtonWidget(this, "Browser.Up", "Go up", kGoUpCmd, 0); diff --git a/gui/themes/scummodern.zip b/gui/themes/scummodern.zip Binary files differindex 4f83ad5cd8..940377a713 100644 --- a/gui/themes/scummodern.zip +++ b/gui/themes/scummodern.zip |