replace task_width with task_maximum_size. change wiki documentation.

git-svn-id: http://tint2.googlecode.com/svn/trunk@128 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-06-25 21:47:38 +00:00
parent 3550ebadf1
commit 96e1cfc58e
10 changed files with 56 additions and 22 deletions

View File

@@ -24,6 +24,7 @@ typedef struct {
int icon_posy;
int icon_size1;
int maximum_width;
int maximum_height;
// starting position for text ~ task_padding + task_border + icon_size
double text_posx, text_posy;