diff options
author | rathnor <rathnor> | 2003-04-09 17:20:06 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-09 17:20:06 (GMT) |
commit | 51007f35a531c892b1ee2013cc7f180ff20c0744 (patch) | |
tree | bd77d6e845d6742d01d11349e5c5095fe27e866a /src/Tab.hh | |
parent | 2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8 (diff) | |
download | fluxbox_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.hh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
29 | class FluxboxWindow; | 29 | //class FluxboxWindow; |
30 | 30 | #include "Window.hh" | |
31 | /** | 31 | /** |
32 | Note: Tab is a friend of FluxboxWindow | 32 | Note: Tab is a friend of FluxboxWindow |
33 | */ | 33 | */ |