aboutsummaryrefslogtreecommitdiff
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h2
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;