aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-29 08:33:13 (GMT)
committerrathnor <rathnor>2004-08-29 08:33:13 (GMT)
commit97ef84da598aed61a6cb57a62796f302043181e8 (patch)
treefd68f9ef6703322537eca3743c3217b281d6ce7c /src/ButtonTool.hh
parent8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff)
downloadfluxbox-97ef84da598aed61a6cb57a62796f302043181e8.zip
fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2
a few random fixes
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r--src/ButtonTool.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh
index b40c5a7..73d9b76 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.1 2003/10/13 23:38:17 fluxgen Exp $ 22// $Id: ButtonTool.hh,v 1.2 2004/08/29 08:33:12 rathnor Exp $
23 23
24#ifndef BUTTONTOOL_HH 24#ifndef BUTTONTOOL_HH
25#define BUTTONTOOL_HH 25#define BUTTONTOOL_HH
@@ -42,6 +42,7 @@ public:
42 42
43protected: 43protected:
44 void renderTheme(); 44 void renderTheme();
45 void updateSizing();
45 Pixmap m_cache_pm, m_cache_pressed_pm; 46 Pixmap m_cache_pm, m_cache_pressed_pm;
46 FbTk::ImageControl &m_image_ctrl; 47 FbTk::ImageControl &m_image_ctrl;
47}; 48};