cleanup
git-svn-id: http://tint2.googlecode.com/svn/trunk@176 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
d66778438c
commit
375b21510d
3 changed files with 19 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "window.h"
|
||||
#include "task.h"
|
||||
#include "panel.h"
|
||||
#include "tooltip.h"
|
||||
|
||||
|
||||
int signal_pending;
|
||||
|
|
|
@ -33,6 +33,7 @@ typedef struct
|
|||
Window id;
|
||||
int x, y;
|
||||
int width, height;
|
||||
int hide;
|
||||
} TrayWindow;
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue