summaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 16:54:30 (GMT)
committermathias <mathias>2005-04-29 16:54:30 (GMT)
commit9214e519b37be2025eb2fd0b9af6a1216eb3fbd0 (patch)
treea24ab051abb82e191febdafa39eceec61079e836 /src/FbWinFrame.hh
parente2acd2b04c4b390a0ce2f6bc7aa91f0476335db9 (diff)
downloadfluxbox_lack-9214e519b37be2025eb2fd0b9af6a1216eb3fbd0.zip
fluxbox_lack-9214e519b37be2025eb2fd0b9af6a1216eb3fbd0.tar.bz2
added new IconbarModes:
NoIcons - display all noniconified windows WorkspaceNoIcons - display all noniconified windows on the current workspace modified the nls-files accordingly
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 9bff974..ef86d68 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -163,6 +163,8 @@ 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; }
166 inline const FbTk::FbWindow &window() const { return m_window; } 168 inline const FbTk::FbWindow &window() const { return m_window; }
167 inline FbTk::FbWindow &window() { return m_window; } 169 inline FbTk::FbWindow &window() { return m_window; }
168 /// @return titlebar window 170 /// @return titlebar window