summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-30 22:13:38 -0700
committerIra Rice <irarice@gmail.com>2009-01-30 22:13:38 -0700
commit0cf29b14232b08c7db9259bce26e96b59dac750c (patch)
tree0cbe0ca4d5f57e33232372edab24add3d3d14075 /src/gui/shoplistbox.h
parent5b47d0933dcfb6e898ccfa56efe53eb53b7d30cb (diff)
downloadMana-0cf29b14232b08c7db9259bce26e96b59dac750c.tar.gz
Mana-0cf29b14232b08c7db9259bce26e96b59dac750c.tar.bz2
Mana-0cf29b14232b08c7db9259bce26e96b59dac750c.tar.xz
Mana-0cf29b14232b08c7db9259bce26e96b59dac750c.zip
Made the shoplist box alpha blend.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/shoplistbox.h')
-rw-r--r--src/gui/shoplistbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/shoplistbox.h b/src/gui/shoplistbox.h
index 733af4eb..12413585 100644
--- a/src/gui/shoplistbox.h
+++ b/src/gui/shoplistbox.h
@@ -86,6 +86,8 @@ class ShopListBox : public ListBox
unsigned int mRowHeight; /**< Row Height */
+ static float mAlpha;
+
bool mPriceCheck;
};