aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-19 16:16:28 (GMT)
committerfluxgen <fluxgen>2003-08-19 16:16:28 (GMT)
commit923d9eaf2be5c601188c8cf4f4fbb715e507533f (patch)
treed3b672993302d268d45902b89514d36bf4a6862f /src/Workspace.hh
parent3006ba49e41538bcc0c4afe958875c59a34550a9 (diff)
downloadfluxbox-923d9eaf2be5c601188c8cf4f4fbb715e507533f.zip
fluxbox-923d9eaf2be5c601188c8cf4f4fbb715e507533f.tar.bz2
removed old functions
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh8
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);
93protected:
94 void placeWindow(FluxboxWindow &win);
95 91
96private: 92private:
97 93 void placeWindow(FluxboxWindow &win);
98 94
99 BScreen &m_screen; 95 BScreen &m_screen;
100 FluxboxWindow *m_lastfocus; 96 FluxboxWindow *m_lastfocus;