]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.c
panel_items : backward compatibility with 0.11 config file
[chaz/tint2] / src / util / area.c
index ce122a2178d5f31de655c074da6aa6f380d1d0ea..801e185776aad83d04c8e219eddbfcb6ffb71c32 100644 (file)
  * 'panel_items = SC' define a panel with just Systray and Clock.
  * So the tree 'Panel.Area' will have 2 childs (Systray and Clock).
  *
- * 1) ok
- * 2) ??
- * 3) ??
- * répartition entre niveau global et niveau local ??
- *   size_by_content peut-il modifier redraw=1 en cas de changement ? ou est ce géré par chaque composant ?
- *   size_by_layout peut-il modifier redraw ?
- *
  ************************************************************/
 
 void rendering(void *obj)
@@ -147,7 +140,7 @@ void size_by_layout (Area *a, int pos, int level)
                        child->posx = pos;
                        child->redraw = 1;
                }
-               //printf("level %d, object %d, pos %d\n", level, i, pos);
+               printf("level %d, object %d, pos %d\n", level, i, pos);
                
                size_by_layout(child, pos, level+1);
                
This page took 0.022232 seconds and 4 git commands to generate.