fixed segfault on tray application due to tint2

git-svn-id: http://tint2.googlecode.com/svn/trunk@65 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-03-01 19:18:35 +00:00
parent 67f875338b
commit d7d11324c0
7 changed files with 37 additions and 128 deletions

View File

@@ -39,7 +39,7 @@ void init_systray();
void cleanup_systray();
int net_init();
void net_message(XClientMessageEvent *e);
void icon_remove(TrayWindow *traywin);
void remove_icon(TrayWindow *traywin);
void draw_systray(void *obj, cairo_t *c, int active);