aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index bca7e41..c0afe65 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -88,7 +88,7 @@ public:
88 bool isCurrent() const; 88 bool isCurrent() const;
89 bool isLastWindow(FluxboxWindow *window) const; 89 bool isLastWindow(FluxboxWindow *window) const;
90 int numberOfWindows() const; 90 int numberOfWindows() const;
91 void checkGrouping(FluxboxWindow &win); 91 bool checkGrouping(FluxboxWindow &win);
92 static bool loadGroups(const std::string &filename); 92 static bool loadGroups(const std::string &filename);
93protected: 93protected:
94 void placeWindow(FluxboxWindow &win); 94 void placeWindow(FluxboxWindow &win);