all repos — tint2 @ 375b21510da9fd98f3c9f5eace59ddfbada2f5e1

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

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
commit

375b21510da9fd98f3c9f5eace59ddfbada2f5e1

parent

d66778438c2c84b32b4c75064a616274614577f5

3 files changed, 19 insertions(+), 0 deletions(-)

jump to
M src/panel.csrc/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.hsrc/systray/systraybar.h

@@ -33,6 +33,7 @@ {

Window id; int x, y; int width, height; + int hide; } TrayWindow;
M src/tooltip/tooltip.csrc/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>