aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 18:02:14 (GMT)
committermathias <mathias>2005-04-29 18:02:14 (GMT)
commitcd3062405f5686573b51b01b2cb7174c61d01af7 (patch)
tree0d6b3b3fc6260c218935eb42ecec338f689aad95
parent7aed31fc5ca598cb2d333914a9d924870d9ab44b (diff)
downloadfluxbox-cd3062405f5686573b51b01b2cb7174c61d01af7.zip
fluxbox-cd3062405f5686573b51b01b2cb7174c61d01af7.tar.bz2
commited the wrong file in the last session :/
-rw-r--r--src/FbWinFrame.hh2
-rw-r--r--src/IconbarTool.hh2
2 files changed, 2 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
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index d0012bf..3e9469b 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -49,7 +49,9 @@ public:
49 enum Mode { 49 enum Mode {
50 NONE, ///< no icons 50 NONE, ///< no icons
51 ICONS, ///< all icons from all workspaces 51 ICONS, ///< all icons from all workspaces
52 NOICONS, ///< all noniconified windows from all workspaces
52 WORKSPACEICONS, ///< icons on current workspace 53 WORKSPACEICONS, ///< icons on current workspace
54 WORKSPACENOICONS, ///< non iconified workspaces on current workspaces
53 WORKSPACE, ///< all windows and all icons on current workspace 55 WORKSPACE, ///< all windows and all icons on current workspace
54 ALLWINDOWS ///< all windows and all icons from all workspaces 56 ALLWINDOWS ///< all windows and all icons from all workspaces
55 }; 57 };