From cd3062405f5686573b51b01b2cb7174c61d01af7 Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 29 Apr 2005 18:02:14 +0000 Subject: commited the wrong file in the last session :/ --- src/FbWinFrame.hh | 2 -- 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: inline int y() const { return m_window.y(); } inline unsigned int width() const { return m_window.width(); } inline unsigned int height() const { return m_window.height(); } - inline unsigned int widthBeforeShade() const { return m_width_before_shade; } - inline unsigned int heightBeforeShade() const { return m_height_before_shade; } inline const FbTk::FbWindow &window() const { return m_window; } inline FbTk::FbWindow &window() { return m_window; } /// @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: enum Mode { NONE, ///< no icons ICONS, ///< all icons from all workspaces + NOICONS, ///< all noniconified windows from all workspaces WORKSPACEICONS, ///< icons on current workspace + WORKSPACENOICONS, ///< non iconified workspaces on current workspaces WORKSPACE, ///< all windows and all icons on current workspace ALLWINDOWS ///< all windows and all icons from all workspaces }; -- cgit v0.11.2