diff options
-rw-r--r-- | src/FbWinFrame.hh | 2 | ||||
-rw-r--r-- | src/IconbarTool.hh | 2 |
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 | }; |