diff options
author | mathias <mathias> | 2005-04-29 18:02:14 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-04-29 18:02:14 (GMT) |
commit | cd3062405f5686573b51b01b2cb7174c61d01af7 (patch) | |
tree | 0d6b3b3fc6260c218935eb42ecec338f689aad95 /src/FbWinFrame.hh | |
parent | 7aed31fc5ca598cb2d333914a9d924870d9ab44b (diff) | |
download | fluxbox_pavel-cd3062405f5686573b51b01b2cb7174c61d01af7.zip fluxbox_pavel-cd3062405f5686573b51b01b2cb7174c61d01af7.tar.bz2 |
commited the wrong file in the last session :/
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index ef86d68..9bff974 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -163,8 +163,6 @@ public: | |||
163 | inline int y() const { return m_window.y(); } | 163 | inline int y() const { return m_window.y(); } |
164 | inline unsigned int width() const { return m_window.width(); } | 164 | inline unsigned int width() const { return m_window.width(); } |
165 | inline unsigned int height() const { return m_window.height(); } | 165 | inline unsigned int height() const { return m_window.height(); } |
166 | inline unsigned int widthBeforeShade() const { return m_width_before_shade; } | ||
167 | inline unsigned int heightBeforeShade() const { return m_height_before_shade; } | ||
168 | inline const FbTk::FbWindow &window() const { return m_window; } | 166 | inline const FbTk::FbWindow &window() const { return m_window; } |
169 | inline FbTk::FbWindow &window() { return m_window; } | 167 | inline FbTk::FbWindow &window() { return m_window; } |
170 | /// @return titlebar window | 168 | /// @return titlebar window |