add comment
git-svn-id: http://tint2.googlecode.com/svn/trunk@545 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -261,7 +261,7 @@ void task_refresh_tasklist ()
|
||||
}
|
||||
|
||||
|
||||
void resize_taskbar(void *obj)
|
||||
int resize_taskbar(void *obj)
|
||||
{
|
||||
Taskbar *taskbar = (Taskbar*)obj;
|
||||
Panel *panel = (Panel*)taskbar->area.panel;
|
||||
@@ -356,4 +356,5 @@ void resize_taskbar(void *obj)
|
||||
y += tsk->area.height + panel->g_taskbar.area.paddingx;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user