summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.h
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-09-03 20:37:08 +0200
committerBertram <bertram@cegetel.net>2009-09-03 20:37:08 +0200
commitecf588b5ef86804b0074c54b6371cda9e8f346c2 (patch)
treebff015ac332d0bfd359ebd932236f37003a578e6 /src/gui/widgets/listbox.h
parentefb541eeef2ad839c885c494c3a065f1f7d5dc03 (diff)
downloadMana-ecf588b5ef86804b0074c54b6371cda9e8f346c2.tar.gz
Mana-ecf588b5ef86804b0074c54b6371cda9e8f346c2.tar.bz2
Mana-ecf588b5ef86804b0074c54b6371cda9e8f346c2.tar.xz
Mana-ecf588b5ef86804b0074c54b6371cda9e8f346c2.zip
Resolved Mantis #847: Login stage Windows won't go less than the default gui opacity.
Of course, in-game, the wanted opacity still shows up.
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r--src/gui/widgets/listbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h
index a92d8bbf..55f26781 100644
--- a/src/gui/widgets/listbox.h
+++ b/src/gui/widgets/listbox.h
@@ -46,6 +46,11 @@ class ListBox : public gcn::ListBox
*/
void draw(gcn::Graphics *graphics);
+ /**
+ * Update the alpha value to the graphic components.
+ */
+ void updateAlpha();
+
// Inherited from KeyListener
void keyPressed(gcn::KeyEvent& keyEvent);