all repos — fluxbox @ cd3062405f5686573b51b01b2cb7174c61d01af7

custom fork of the fluxbox windowmanager

commited the wrong file in the last session :/
mathias mathias
commit

cd3062405f5686573b51b01b2cb7174c61d01af7

parent

7aed31fc5ca598cb2d333914a9d924870d9ab44b

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbWinFrame.hhsrc/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.hhsrc/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 };