summaryrefslogtreecommitdiff
path: root/src/gui/progressbar.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-23 17:25:54 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-23 17:25:54 +0000
commit822a523b5e8d25ca03071549248f1178b397d22b (patch)
treefa82242861225c1dcf995e02e6e6c2b7b45bdd2b /src/gui/progressbar.cpp
parent58242ee776a52bd7aed40834897b10d0d356f4e9 (diff)
downloadmana-client-822a523b5e8d25ca03071549248f1178b397d22b.tar.gz
mana-client-822a523b5e8d25ca03071549248f1178b397d22b.tar.bz2
mana-client-822a523b5e8d25ca03071549248f1178b397d22b.tar.xz
mana-client-822a523b5e8d25ca03071549248f1178b397d22b.zip
New login wallpaper by Momotaro and shortened update window a bit to not
overlap the logo.
Diffstat (limited to 'src/gui/progressbar.cpp')
-rw-r--r--src/gui/progressbar.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gui/progressbar.cpp b/src/gui/progressbar.cpp
index a12c6510..e9e3f1b9 100644
--- a/src/gui/progressbar.cpp
+++ b/src/gui/progressbar.cpp
@@ -28,8 +28,11 @@
ImageRect ProgressBar::mBorder;
int ProgressBar::mInstances = 0;
-ProgressBar::ProgressBar(float progress, int x, int y, unsigned int width, unsigned int height,
- unsigned char red, unsigned char green, unsigned char blue):
+ProgressBar::ProgressBar(float progress, int x, int y,
+ unsigned int width, unsigned int height,
+ unsigned char red,
+ unsigned char green,
+ unsigned char blue):
gcn::Widget(),
red(red), green(green), blue(blue),
redToGo(red), greenToGo(green), blueToGo(blue)