summaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-09 17:20:06 (GMT)
committerrathnor <rathnor>2003-04-09 17:20:06 (GMT)
commit51007f35a531c892b1ee2013cc7f180ff20c0744 (patch)
treebd77d6e845d6742d01d11349e5c5095fe27e866a /src/Tab.hh
parent2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8 (diff)
downloadfluxbox_lack-51007f35a531c892b1ee2013cc7f180ff20c0744.zip
fluxbox_lack-51007f35a531c892b1ee2013cc7f180ff20c0744.tar.bz2
Little fixes to bugs highlighted by valgrind - Simon
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Tab.hh b/src/Tab.hh
index ab50882..3681c09 100644
--- a/src/Tab.hh
+++ b/src/Tab.hh
@@ -19,15 +19,15 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Tab.hh,v 1.17 2002/12/01 13:42:00 rathnor Exp $ 22// $Id: Tab.hh,v 1.18 2003/04/09 17:20:03 rathnor Exp $
23 23
24#ifndef TAB_HH 24#ifndef TAB_HH
25#define TAB_HH 25#define TAB_HH
26 26
27#include <X11/Xlib.h> 27#include <X11/Xlib.h>
28#include <strings.h> 28#include <strings.h>
29class FluxboxWindow; 29//class FluxboxWindow;
30 30#include "Window.hh"
31/** 31/**
32Note: Tab is a friend of FluxboxWindow 32Note: Tab is a friend of FluxboxWindow
33*/ 33*/