diff options
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r-- | src/ButtonTool.hh | 3 |
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 | ||
43 | protected: | 43 | protected: |
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 | }; |