diff options
author | fluxgen <fluxgen> | 2003-08-13 09:36:12 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-13 09:36:12 (GMT) |
commit | 86016331b02ae9480d48404701d81d4e28c2d8a4 (patch) | |
tree | 8307e5d120db9be68e7a00eb5d9771ef518e8a27 /src/ClockTool.hh | |
parent | 6b12f0c31af4d2f44fe2960dce3183ffd263bafc (diff) | |
download | fluxbox_pavel-86016331b02ae9480d48404701d81d4e28c2d8a4.zip fluxbox_pavel-86016331b02ae9480d48404701d81d4e28c2d8a4.tar.bz2 |
added border width
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh index ceaebae..9dd6d1b 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.1 2003/08/11 14:32:39 fluxgen Exp $ | 23 | // $Id: ClockTool.hh,v 1.2 2003/08/13 09:35:38 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef CLOCKTOOL_HH | 25 | #ifndef CLOCKTOOL_HH |
26 | #define CLOCKTOOL_HH | 26 | #define CLOCKTOOL_HH |
@@ -57,7 +57,7 @@ public: | |||
57 | void hide(); | 57 | void hide(); |
58 | unsigned int width() const; | 58 | unsigned int width() const; |
59 | unsigned int height() const; | 59 | unsigned int height() const; |
60 | 60 | unsigned int borderWidth() const; | |
61 | private: | 61 | private: |
62 | void updateTime(); | 62 | void updateTime(); |
63 | void update(FbTk::Subject *subj); | 63 | void update(FbTk::Subject *subj); |