From 8c8fc0572c3b87629079cee52124c45092aa98c1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 29 May 2023 22:25:00 +0200 Subject: Cheange vertical alignment of some comment --- src/widget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widget.h b/src/widget.h index c82eef8..d0c005d 100644 --- a/src/widget.h +++ b/src/widget.h @@ -9,10 +9,10 @@ /* The parent of all widgets */ typedef struct CherryWidget { - int x, y; /* Coordinates */ + int x, y; /* Coordinates */ CherryDimension *dimension; /* Size of the widget */ - int visible; /* Is this visible? */ - list_t widgets; /* A list of children widgets */ + int visible; /* Is this visible? */ + list_t widgets; /* A list of children widgets */ /* Xlib stuff */ // XSizeHints hints; -- cgit v1.2.3