diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-30 22:13:38 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-30 22:13:38 -0700 |
commit | 0cf29b14232b08c7db9259bce26e96b59dac750c (patch) | |
tree | 0cbe0ca4d5f57e33232372edab24add3d3d14075 /src/gui/shoplistbox.h | |
parent | 5b47d0933dcfb6e898ccfa56efe53eb53b7d30cb (diff) | |
download | mana-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.h | 2 |
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; }; |