cleanup duplicate code and fixed ALLDESKTOP task

git-svn-id: http://tint2.googlecode.com/svn/trunk@569 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-09-26 17:07:33 +00:00
parent c569722617
commit 301aff0f10
4 changed files with 23 additions and 83 deletions

View File

@@ -101,7 +101,7 @@ void size_by_layout (Area *a, int pos, int level);
void refresh (Area *a);
// generic resize for SIZE_BY_LAYOUT objects
int resize_by_layout(void *obj);
int resize_by_layout(void *obj, int maximum_size);
// set 'redraw' on an area and childs
void set_redraw (Area *a);