order of panel items : position of each object is update by layering engine (area)

git-svn-id: http://tint2.googlecode.com/svn/trunk@547 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-09-18 10:41:34 +00:00
parent 438dbfed02
commit 52eb843047
9 changed files with 116 additions and 126 deletions

View File

@@ -393,7 +393,7 @@ int resize_panel(void *obj)
posy += panel->taskbar[i].area.height + panel->area.paddingx;
}
}
return 1;
return 0;
}