moved initial values in function default_xxx

git-svn-id: http://tint2.googlecode.com/svn/trunk@423 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-04-18 12:07:36 +00:00
parent a94d75d393
commit c298a39d00
21 changed files with 243 additions and 225 deletions

View File

@@ -33,11 +33,14 @@ typedef struct {
int use_active;
} Global_taskbar;
void init_taskbar();
// freed memory and set default values
// default values
void default_taskbar();
// freed memory
void cleanup_taskbar();
void init_taskbar();
Task *task_get_task (Window win);
GPtrArray* task_get_tasks(Window win);
void task_refresh_tasklist ();