cleanup code

git-svn-id: http://tint2.googlecode.com/svn/trunk@56 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-02-15 17:22:48 +00:00
parent 0139382514
commit 9cc4916c69
28 changed files with 212 additions and 824 deletions

View File

@@ -20,12 +20,19 @@ typedef struct {
typedef struct
{
Window id;
int x, y;
Window id;
int x, y;
Window win;
long *icon_data;
int icon_width;
int icon_height;
} TrayWindow;
void init_systray(Systraybar *sysbar, Area *parent);
void init_systray();
void cleanup_systray();
int net_init();
// return 1 if task_width changed
int resize_systray (Systraybar *sysbar);