cleanup : Area posx/posy managed by layering engine (area.c)
git-svn-id: http://tint2.googlecode.com/svn/trunk@558 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -221,7 +221,6 @@ void init_panel()
|
||||
add_timeout(panel_autohide_hide_timeout, 0, autohide_hide, p);
|
||||
}
|
||||
|
||||
panel_refresh = 1;
|
||||
visible_object();
|
||||
task_refresh_tasklist();
|
||||
active_task();
|
||||
@@ -497,6 +496,7 @@ void set_panel_items_order(Panel *p)
|
||||
if (panel_items_order[k] == 'C')
|
||||
p->area.list = g_slist_append(p->area.list, &p->clock);
|
||||
}
|
||||
init_rendering(&p->area, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user