commited the wrong file in the last session :/

This commit is contained in:
mathias 2005-04-29 18:02:14 +00:00
parent 7aed31fc5c
commit cd3062405f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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
};