From 4a378e56cd5b2c97207169bab2365e0897436df5 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 25 May 2023 22:49:12 +0200 Subject: Rename a variable --- src/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3