aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r--src/ButtonTool.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh
index 73d9b76..ccc984c 100644
--- a/src/ButtonTool.hh
+++ b/src/ButtonTool.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: ButtonTool.hh,v 1.2 2004/08/29 08:33:12 rathnor Exp $ 22// $Id: ButtonTool.hh,v 1.3 2004/09/12 14:56:18 rathnor Exp $
23 23
24#ifndef BUTTONTOOL_HH 24#ifndef BUTTONTOOL_HH
25#define BUTTONTOOL_HH 25#define BUTTONTOOL_HH
@@ -41,7 +41,7 @@ public:
41 virtual ~ButtonTool(); 41 virtual ~ButtonTool();
42 42
43protected: 43protected:
44 void renderTheme(); 44 void renderTheme(unsigned char alpha);
45 void updateSizing(); 45 void updateSizing();
46 Pixmap m_cache_pm, m_cache_pressed_pm; 46 Pixmap m_cache_pm, m_cache_pressed_pm;
47 FbTk::ImageControl &m_image_ctrl; 47 FbTk::ImageControl &m_image_ctrl;