diff options
author | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
commit | 3144086eef171f6c402182f23bfc80a101e71fa2 (patch) | |
tree | 0df61dbcb4a7ce44fd90369b031e5a39037807c0 /src/fluxbox.hh | |
parent | 672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff) | |
download | fluxbox_pavel-3144086eef171f6c402182f23bfc80a101e71fa2.zip fluxbox_pavel-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2 |
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index cf1e9a8..b819636 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.63 2003/06/30 15:04:06 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.64 2003/07/04 01:03:41 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -61,6 +61,7 @@ | |||
61 | 61 | ||
62 | class AtomHandler; | 62 | class AtomHandler; |
63 | class FluxboxWindow; | 63 | class FluxboxWindow; |
64 | class WinClient; | ||
64 | class Keys; | 65 | class Keys; |
65 | class BScreen; | 66 | class BScreen; |
66 | class FbAtoms; | 67 | class FbAtoms; |
@@ -175,6 +176,7 @@ public: | |||
175 | void update(FbTk::Subject *changed); | 176 | void update(FbTk::Subject *changed); |
176 | 177 | ||
177 | void attachSignals(FluxboxWindow &win); | 178 | void attachSignals(FluxboxWindow &win); |
179 | void attachSignals(WinClient &winclient); | ||
178 | 180 | ||
179 | virtual void timeout(); | 181 | virtual void timeout(); |
180 | 182 | ||