diff options
author | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
commit | 97ef84da598aed61a6cb57a62796f302043181e8 (patch) | |
tree | fd68f9ef6703322537eca3743c3217b281d6ce7c /src/ClockTool.hh | |
parent | 8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff) | |
download | fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.zip fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2 |
a few random fixes
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh index 70f80cc..a8e9362 100644 --- a/src/ClockTool.hh +++ b/src/ClockTool.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: ClockTool.hh,v 1.4 2003/12/04 23:02:23 fluxgen Exp $ | 23 | // $Id: ClockTool.hh,v 1.5 2004/08/29 08:33:12 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef CLOCKTOOL_HH | 25 | #ifndef CLOCKTOOL_HH |
26 | #define CLOCKTOOL_HH | 26 | #define CLOCKTOOL_HH |
@@ -66,6 +66,7 @@ private: | |||
66 | void updateTime(); | 66 | void updateTime(); |
67 | void update(FbTk::Subject *subj); | 67 | void update(FbTk::Subject *subj); |
68 | void renderTheme(); | 68 | void renderTheme(); |
69 | void updateSizing(); | ||
69 | 70 | ||
70 | FbTk::TextButton m_button; | 71 | FbTk::TextButton m_button; |
71 | 72 | ||