commited the wrong file in the last session :/
mathias mathias
2 files changed,
2 insertions(+),
2 deletions(-)
M
src/FbWinFrame.hh
→
src/FbWinFrame.hh
@@ -163,8 +163,6 @@ inline int x() const { return m_window.x(); }
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
M
src/IconbarTool.hh
→
src/IconbarTool.hh
@@ -49,7 +49,9 @@ /// iconbar mode
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 };