diff options
author | rathnor <rathnor> | 2003-05-21 23:59:54 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-05-21 23:59:54 (GMT) |
commit | 51f7970f7494710df2d015afca2007ceebbe7b2d (patch) | |
tree | e08b0fb137f4789fbc7f327b1c5e8ad0927b531a /src/FbWinFrame.hh | |
parent | a88511a4a772ec021029649905b7ce645ff9a597 (diff) | |
download | fluxbox_pavel-51f7970f7494710df2d015afca2007ceebbe7b2d.zip fluxbox_pavel-51f7970f7494710df2d015afca2007ceebbe7b2d.tar.bz2 |
fix cascade placement for multiple heads
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 | ||