fixed issue 46 and 59 : urgent task

git-svn-id: http://tint2.googlecode.com/svn/trunk@85 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-06-05 18:53:49 +00:00
parent 26ab02d533
commit 41b8b3aa53
8 changed files with 48 additions and 23 deletions

View File

@@ -43,8 +43,9 @@ int panel_mode;
int panel_position;
int panel_refresh;
Task *task_active = 0;
Task *task_drag = 0;
Task *task_active;
Task *task_drag;
Task *task_urgent;
Panel *panel1 = 0;
int nb_panel;
@@ -136,6 +137,9 @@ void cleanup_panel()
{
if (!panel1) return;
task_active = 0;
task_drag = 0;
task_urgent = 0;
cleanup_systray();
cleanup_taskbar();