commited the wrong file in the last session :/
This commit is contained in:
parent
7aed31fc5c
commit
cd3062405f
2 changed files with 2 additions and 2 deletions
|
@ -163,8 +163,6 @@ public:
|
||||||
inline int y() const { return m_window.y(); }
|
inline int y() const { return m_window.y(); }
|
||||||
inline unsigned int width() const { return m_window.width(); }
|
inline unsigned int width() const { return m_window.width(); }
|
||||||
inline unsigned int height() const { return m_window.height(); }
|
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 const FbTk::FbWindow &window() const { return m_window; }
|
||||||
inline FbTk::FbWindow &window() { return m_window; }
|
inline FbTk::FbWindow &window() { return m_window; }
|
||||||
/// @return titlebar window
|
/// @return titlebar window
|
||||||
|
|
|
@ -49,7 +49,9 @@ public:
|
||||||
enum Mode {
|
enum Mode {
|
||||||
NONE, ///< no icons
|
NONE, ///< no icons
|
||||||
ICONS, ///< all icons from all workspaces
|
ICONS, ///< all icons from all workspaces
|
||||||
|
NOICONS, ///< all noniconified windows from all workspaces
|
||||||
WORKSPACEICONS, ///< icons on current workspace
|
WORKSPACEICONS, ///< icons on current workspace
|
||||||
|
WORKSPACENOICONS, ///< non iconified workspaces on current workspaces
|
||||||
WORKSPACE, ///< all windows and all icons on current workspace
|
WORKSPACE, ///< all windows and all icons on current workspace
|
||||||
ALLWINDOWS ///< all windows and all icons from all workspaces
|
ALLWINDOWS ///< all windows and all icons from all workspaces
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue