Area: refactor list -> children

This commit is contained in:
o9000
2015-11-04 02:37:10 +01:00
parent f2922d7dbd
commit 57c35549f3
8 changed files with 62 additions and 62 deletions

View File

@@ -70,7 +70,7 @@ typedef struct {
Background *bg;
// list of child : Area object
GList *list;
GList *children;
// object visible on screen.
// An object (like systray) could be enabled but hidden (because no tray icon).