aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-04 01:03:41 (GMT)
committerrathnor <rathnor>2003-07-04 01:03:41 (GMT)
commit3144086eef171f6c402182f23bfc80a101e71fa2 (patch)
tree0df61dbcb4a7ce44fd90369b031e5a39037807c0 /src/fluxbox.hh
parent672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff)
downloadfluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.zip
fluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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
62class AtomHandler; 62class AtomHandler;
63class FluxboxWindow; 63class FluxboxWindow;
64class WinClient;
64class Keys; 65class Keys;
65class BScreen; 66class BScreen;
66class FbAtoms; 67class 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