From b2f09b3eae9973e1e29fcc2c54d67e268731b668 Mon Sep 17 00:00:00 2001 From: Thierry Lorthiois Date: Tue, 15 Sep 2009 07:37:37 +0000 Subject: [PATCH] cleanup --- src/panel.c | 1 + src/systray/systraybar.h | 1 + src/tooltip/tooltip.c | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) diff --git a/src/panel.c b/src/panel.c index 7ef7e20..5aca8e4 100644 --- a/src/panel.c +++ b/src/panel.c @@ -29,6 +29,7 @@ #include "window.h" #include "task.h" #include "panel.h" +#include "tooltip.h" int signal_pending; diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index d9f43bb..d2e5d32 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -33,6 +33,7 @@ typedef struct Window id; int x, y; int width, height; + int hide; } TrayWindow; diff --git a/src/tooltip/tooltip.c b/src/tooltip/tooltip.c index 29552b0..6826aae 100644 --- a/src/tooltip/tooltip.c +++ b/src/tooltip/tooltip.c @@ -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 #include #include -- 2.44.0