aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
authorMax Horn2006-06-05 12:29:21 +0000
committerMax Horn2006-06-05 12:29:21 +0000
commit110718603ce0d84e53337384b56e884020655d24 (patch)
treec26fb5cd0023000353b24fadfc74c823cff70419 /gui/ThemeNew.cpp
parentc0805830eb5f9c9f8221a5c2c5fdc8b032ff2b03 (diff)
downloadscummvm-rg350-110718603ce0d84e53337384b56e884020655d24.tar.gz
scummvm-rg350-110718603ce0d84e53337384b56e884020655d24.tar.bz2
scummvm-rg350-110718603ce0d84e53337384b56e884020655d24.zip
Fixing some more typenames to comply to the ScummVM coding guidelines
svn-id: r22929
Diffstat (limited to 'gui/ThemeNew.cpp')
-rw-r--r--gui/ThemeNew.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index 4598498d80..1ad9f7daa5 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -522,10 +522,10 @@ void ThemeNew::drawWidgetBackground(const Common::Rect &r, uint16 hints, WidgetB
Common::Rect r2;
- kImageHandles corner, top, left, bkgd;
- kShadowStyles shadow;
- kColorHandles start, end;
- kGradientFactors factor;
+ ImageHandles corner, top, left, bkgd;
+ ShadowStyles shadow;
+ ColorHandles start, end;
+ GradientFactors factor;
switch (background) {
case kWidgetBackgroundBorderSmall: