aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-06-04 15:48:43 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-06-04 15:48:43 (GMT)
commita39e3e33b5eece4c59a61c202152ad607e546d56 (patch)
tree8afc4a9074821a24915916663acd3c37a36a14d6 /src/FbWinFrame.hh
parentad6a7e48f47b06f24664eab21a9665558b704ff1 (diff)
downloadfluxbox-a39e3e33b5eece4c59a61c202152ad607e546d56.zip
fluxbox-a39e3e33b5eece4c59a61c202152ad607e546d56.tar.bz2
only remove outside border when disabled by decoration mask
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index f288253..e24612e 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -248,8 +248,8 @@ public:
248 bool isShaded() const { return m_shaded; } 248 bool isShaded() const { return m_shaded; }
249 FocusableTheme<FbWinFrameTheme> &theme() const { return m_theme; } 249 FocusableTheme<FbWinFrameTheme> &theme() const { return m_theme; }
250 /// @return titlebar height 250 /// @return titlebar height
251 unsigned int titlebarHeight() const { return (m_use_titlebar?m_titlebar.height()+m_window.borderWidth():0); } 251 unsigned int titlebarHeight() const { return (m_use_titlebar?m_titlebar.height()+m_titlebar.borderWidth():0); }
252 unsigned int handleHeight() const { return (m_use_handle?m_handle.height()+m_window.borderWidth():0); } 252 unsigned int handleHeight() const { return (m_use_handle?m_handle.height()+m_handle.borderWidth():0); }
253 /// @return size of button 253 /// @return size of button
254 unsigned int buttonHeight() const; 254 unsigned int buttonHeight() const;
255 bool externalTabMode() const { return m_tabmode == EXTERNAL && m_use_tabs; } 255 bool externalTabMode() const { return m_tabmode == EXTERNAL && m_use_tabs; }