diff options
author | fluxgen <fluxgen> | 2003-06-13 20:50:49 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-13 20:50:49 (GMT) |
commit | c60b20fda66cfe0e904d7ea865fa1e7c34b4dc8d (patch) | |
tree | 1a1a1ea6b65921dcfa590d8f37c81db9daa1284c /src/Workspace.hh | |
parent | bad0725b227a24c9761440a8fef6317a327b3093 (diff) | |
download | fluxbox_pavel-c60b20fda66cfe0e904d7ea865fa1e7c34b4dc8d.zip fluxbox_pavel-c60b20fda66cfe0e904d7ea865fa1e7c34b4dc8d.tar.bz2 |
fixed autogrouping, checkGrouping now returns true or false...
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 2 |
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); |
93 | protected: | 93 | protected: |
94 | void placeWindow(FluxboxWindow &win); | 94 | void placeWindow(FluxboxWindow &win); |