aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index e5ff171..a4ccd8e 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -54,7 +54,7 @@ public:
54 const FluxboxWindow &win() const { return m_win; } 54 const FluxboxWindow &win() const { return m_win; }
55 55
56protected: 56protected:
57 void drawText(int x = 0, int y = 0); 57 void drawText(int x, int y, FbTk::FbDrawable *drawable_override);
58private: 58private:
59 void setupWindow(); 59 void setupWindow();
60 60