diff options
-rw-r--r-- | src/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h index ac5bc4b..a54d2d1 100644 --- a/src/widget.h +++ b/src/widget.h @@ -12,7 +12,7 @@ typedef struct CherryWidget { int x, y; /* Coordinates */ CherryDimension *dimension; /* Size of the widget */ int visible; /* Is this visible? */ - list_t components; /* A list of children widgets */ + list_t widgets; /* A list of children widgets */ /* Xlib stuff */ // XSizeHints hints; |