diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index d71fc9b..74d1e76 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.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: FbWinFrame.hh,v 1.7 2003/05/01 13:19:36 rathnor Exp $ | 22 | // $Id: FbWinFrame.hh,v 1.8 2003/05/21 23:59:53 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBWINFRAME_HH | 24 | #ifndef FBWINFRAME_HH |
25 | #define FBWINFRAME_HH | 25 | #define FBWINFRAME_HH |
@@ -153,7 +153,7 @@ public: | |||
153 | inline bool isShaded() const { return m_shaded; } | 153 | inline bool isShaded() const { return m_shaded; } |
154 | inline const FbWinFrameTheme &theme() const { return m_theme; } | 154 | inline const FbWinFrameTheme &theme() const { return m_theme; } |
155 | /// @return titlebar height | 155 | /// @return titlebar height |
156 | unsigned int titleHeight() const; | 156 | unsigned int titlebarHeight() const { return m_titlebar.height(); } |
157 | /// @return size of button | 157 | /// @return size of button |
158 | unsigned int buttonHeight() const; | 158 | unsigned int buttonHeight() const; |
159 | 159 | ||