summaryrefslogtreecommitdiff
path: root/src/gui/playerbox.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-30 10:56:54 -0700
committerIra Rice <irarice@gmail.com>2009-01-30 10:56:54 -0700
commitd57be9d49c55bc0b85eb8f539ff2029518cfafc0 (patch)
treedf3726aab3d3a4227330496e3b54803a713b1e7d /src/gui/playerbox.h
parentcc37b4a9153379d5c5529ba85305d36efba2cd85 (diff)
downloadMana-d57be9d49c55bc0b85eb8f539ff2029518cfafc0.tar.gz
Mana-d57be9d49c55bc0b85eb8f539ff2029518cfafc0.tar.bz2
Mana-d57be9d49c55bc0b85eb8f539ff2029518cfafc0.tar.xz
Mana-d57be9d49c55bc0b85eb8f539ff2029518cfafc0.zip
Exposed most gui elements to take alpha values. There are still a few
spots that could also be fixed up as well, but require other methods to fix them (the filled color rectangles on the progress bars, as well as the text on them as well, as an example). Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/playerbox.h')
-rw-r--r--src/gui/playerbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h
index 5aacd26f..70c41644 100644
--- a/src/gui/playerbox.h
+++ b/src/gui/playerbox.h
@@ -68,6 +68,7 @@ class PlayerBox : public gcn::ScrollArea
private:
const Player *mPlayer; /**< The character used for display */
+ static float mAlpha;
static int instances;
static ImageRect background;
};