Add in a capacity widget and set up the callbacks to update it.

This commit is contained in:
Jaime Thomas
2008-12-24 22:59:59 +00:00
parent 883498c9b1
commit 45ad964b15
17 changed files with 288 additions and 4 deletions

View File

@ -92,6 +92,7 @@ struct _Ecdb_Source
const char *dst;
unsigned char dir:1;
unsigned int num_children;
long long size; //Sizeof itself and children
Ecdb_Source **children;
Ecdb_Source *parent;
IsoNode *node;