diff options
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 9784635..466b3a2 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -60,7 +60,6 @@ public: | |||
60 | void removeAll(); | 60 | void removeAll(); |
61 | void reconfigure(); | 61 | void reconfigure(); |
62 | void update(); | 62 | void update(); |
63 | void setCurrent(); | ||
64 | void shutdown(); | 63 | void shutdown(); |
65 | void addWindow(FluxboxWindow &win, bool place = false); | 64 | void addWindow(FluxboxWindow &win, bool place = false); |
66 | int removeWindow(FluxboxWindow *win); | 65 | int removeWindow(FluxboxWindow *win); |
@@ -85,16 +84,13 @@ public: | |||
85 | const Windows &windowList() const { return m_windowlist; } | 84 | const Windows &windowList() const { return m_windowlist; } |
86 | Windows &windowList() { return m_windowlist; } | 85 | Windows &windowList() { return m_windowlist; } |
87 | 86 | ||
88 | bool isCurrent() const; | ||
89 | bool isLastWindow(FluxboxWindow *window) const; | ||
90 | int numberOfWindows() const; | 87 | int numberOfWindows() const; |
91 | bool checkGrouping(FluxboxWindow &win); | 88 | bool checkGrouping(FluxboxWindow &win); |
89 | |||
92 | static bool loadGroups(const std::string &filename); | 90 | static bool loadGroups(const std::string &filename); |
93 | protected: | ||
94 | void placeWindow(FluxboxWindow &win); | ||
95 | 91 | ||
96 | private: | 92 | private: |
97 | 93 | void placeWindow(FluxboxWindow &win); | |
98 | 94 | ||
99 | BScreen &m_screen; | 95 | BScreen &m_screen; |
100 | FluxboxWindow *m_lastfocus; | 96 | FluxboxWindow *m_lastfocus; |