diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-10 12:55:53 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-10 17:44:43 (GMT) |
commit | a579f3b278e59ea3dcd1002bedcdb96e0bb89cb6 (patch) | |
tree | 0a4f484af320396a68b665bc86cec63e1e4cf655 /src/Remember.hh | |
parent | 9c290a6d911fa9aac5b410381c721e29c572c9be (diff) | |
download | fluxbox_pavel-a579f3b278e59ea3dcd1002bedcdb96e0bb89cb6.zip fluxbox_pavel-a579f3b278e59ea3dcd1002bedcdb96e0bb89cb6.tar.bz2 |
Attach a modifiedSig handler to the session.appsFile resource
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Remember.hh b/src/Remember.hh index a1abf5a..c2489dd 100644 --- a/src/Remember.hh +++ b/src/Remember.hh | |||
@@ -26,6 +26,7 @@ | |||
26 | #ifndef REMEMBER_HH | 26 | #ifndef REMEMBER_HH |
27 | #define REMEMBER_HH | 27 | #define REMEMBER_HH |
28 | 28 | ||
29 | #include "FbTk/Signal.hh" | ||
29 | #include "AtomHandler.hh" | 30 | #include "AtomHandler.hh" |
30 | #include "ClientPattern.hh" | 31 | #include "ClientPattern.hh" |
31 | 32 | ||
@@ -50,7 +51,7 @@ class AutoReloadHelper; | |||
50 | * of modular plugin. Doing this should help give an idea of what | 51 | * of modular plugin. Doing this should help give an idea of what |
51 | * sort of interface abilities we'll need... | 52 | * sort of interface abilities we'll need... |
52 | */ | 53 | */ |
53 | class Remember : public AtomHandler { | 54 | class Remember : public AtomHandler, private FbTk::SignalTracker { |
54 | public: | 55 | public: |
55 | /** | 56 | /** |
56 | * holds which attributes to remember | 57 | * holds which attributes to remember |
@@ -107,7 +108,6 @@ public: | |||
107 | Application* add(WinClient &winclient); | 108 | Application* add(WinClient &winclient); |
108 | FluxboxWindow* findGroup(Application *, BScreen &screen); | 109 | FluxboxWindow* findGroup(Application *, BScreen &screen); |
109 | 110 | ||
110 | void reconfigure(); | ||
111 | void checkReload(); | 111 | void checkReload(); |
112 | void reload(); | 112 | void reload(); |
113 | void save(); | 113 | void save(); |