]> Dogcows Code - chaz/tint2/commitdiff
cleanup
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Tue, 15 Sep 2009 07:37:37 +0000 (07:37 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Tue, 15 Sep 2009 07:37:37 +0000 (07:37 +0000)
src/panel.c
src/systray/systraybar.h
src/tooltip/tooltip.c

index 7ef7e205f263360ebea094ce86a011b6385e3b1b..5aca8e46c215fe7b42141eda9bb60075598f3c78 100644 (file)
@@ -29,6 +29,7 @@
 #include "window.h"
 #include "task.h"
 #include "panel.h"
+#include "tooltip.h"
 
 
 int signal_pending;
index d9f43bb0d2ff4411210100c0a049f2e320b15df4..d2e5d32834d21a1ff2e3a00472dfec89176ae4ba 100644 (file)
@@ -33,6 +33,7 @@ typedef struct
    Window id;
    int x, y;
    int width, height;
+       int hide;
 } TrayWindow;
 
 
index 29552b0cdaf4bc18b71ce3ee8dc5a6f8bea7800d..6826aae26e74c15e49dbc85b2ec58c174eed2a03 100644 (file)
@@ -1,3 +1,20 @@
+/**************************************************************************
+*
+* Copyright (C) 2009 Andreas.Fink85 ()
+*
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License version 2
+* as published by the Free Software Foundation.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+* GNU General Public License for more details.
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+**************************************************************************/
+
 #include <stdio.h>
 #include <unistd.h>
 #include <cairo.h>
This page took 0.023562 seconds and 4 git commands to generate.