aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.h
diff options
context:
space:
mode:
authorJohannes Schickel2007-11-04 03:38:30 +0000
committerJohannes Schickel2007-11-04 03:38:30 +0000
commit0ec41a2d8022f5af042bffec7513e8f2d5e36a1b (patch)
tree8aeb8e4a2c770182c2d7ef08541a8f433e8e6cdd /gui/ScrollBarWidget.h
parent7cf5a578275f97f490c85e25409562718e23482f (diff)
downloadscummvm-rg350-0ec41a2d8022f5af042bffec7513e8f2d5e36a1b.tar.gz
scummvm-rg350-0ec41a2d8022f5af042bffec7513e8f2d5e36a1b.tar.bz2
scummvm-rg350-0ec41a2d8022f5af042bffec7513e8f2d5e36a1b.zip
- made Widget::_flags private
- reworked state (enabled/disabled/highlighted) handling of widgets - cleanup in ModernTheme.cpp svn-id: r29403
Diffstat (limited to 'gui/ScrollBarWidget.h')
-rw-r--r--gui/ScrollBarWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h
index e926f1d424..5352bdcf73 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -80,7 +80,7 @@ public:
void recalc();
protected:
- void drawWidget(bool hilite);
+ void drawWidget();
void checkBounds(int old_pos);
};