aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-26 12:44:53 (GMT)
committerfluxgen <fluxgen>2003-04-26 12:44:53 (GMT)
commit0c2888202505bfcdf631d870f607aafb9ccc5bec (patch)
tree30f0c4c29ef9089a4d86a183a00d5e8e93e3045a /src/Remember.hh
parent13a98385f077d0a24dc1ce7fb9d75befed3a0be3 (diff)
downloadfluxbox-0c2888202505bfcdf631d870f607aafb9ccc5bec.zip
fluxbox-0c2888202505bfcdf631d870f607aafb9ccc5bec.tar.bz2
minor include fix
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