aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Remember.hh')
-rw-r--r--src/Remember.hh11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Remember.hh b/src/Remember.hh
index dc632cc..edfa97a 100644
--- a/src/Remember.hh
+++ b/src/Remember.hh
@@ -20,17 +20,14 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: Remember.hh,v 1.2 2003/04/26 11:24:55 rathnor Exp $ 23// $Id: Remember.hh,v 1.3 2003/04/26 12:44:53 fluxgen Exp $
24 24
25/* Based on the original "Remember patch" by Xavier Brouckaert */ 25/* Based on the original "Remember patch" by Xavier Brouckaert */
26 26
27#ifndef REMEMBER_HH 27#ifndef REMEMBER_HH
28#define REMEMBER_HH 28#define REMEMBER_HH
29 29
30#include "Window.hh"
31#include "AtomHandler.hh" 30#include "AtomHandler.hh"
32#include "Screen.hh"
33#include "StringUtil.hh"
34 31
35#include <fstream> 32#include <fstream>
36#include <map> 33#include <map>
@@ -98,7 +95,11 @@ public:
98}; 95};
99 96
100 97
101/* 98class FluxboxWindow;
99class BScreen;
100class WinClient;
101
102/**
102 * Class Remember is an atomhandler to avoid interfering with 103 * Class Remember is an atomhandler to avoid interfering with
103 * the main code as much as possible, since we hope that one day 104 * the main code as much as possible, since we hope that one day
104 * things like this (and maybe toolbar/slit) can become some sort 105 * things like this (and maybe toolbar/slit) can become some sort