diff options
author | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
commit | 1c2f92a3d2288b1cae9500110a72173506a18072 (patch) | |
tree | cdb695da16dcee74872790c772bb535def9f2895 /src/IconButton.hh | |
parent | b49432be05c6cf748e662e196778463e2190b4c3 (diff) | |
download | fluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.zip fluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2 |
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
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 | ||
56 | protected: | 56 | protected: |
57 | void drawText(int x = 0, int y = 0); | 57 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); |
58 | private: | 58 | private: |
59 | void setupWindow(); | 59 | void setupWindow(); |
60 | 60 | ||