cleanup git-svn-id: http://tint2.googlecode.com/svn/trunk@176 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
3 files changed,
19 insertions(+),
0 deletions(-)
M
src/panel.c
→
src/panel.c
@@ -29,6 +29,7 @@ #include "server.h"
#include "window.h" #include "task.h" #include "panel.h" +#include "tooltip.h" int signal_pending;
M
src/systray/systraybar.h
→
src/systray/systraybar.h
@@ -33,6 +33,7 @@ {
Window id; int x, y; int width, height; + int hide; } TrayWindow;
M
src/tooltip/tooltip.c
→
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 <stdio.h> #include <unistd.h> #include <cairo.h>