From b1cf3ebd740779e85da89234124f3ff88cea2c1a Mon Sep 17 00:00:00 2001 From: phillbush Date: Thu, 30 Jul 2020 22:07:13 -0300 Subject: [PATCH] fixing comment --- xmenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmenu.h b/xmenu.h index 93a3fd7..7e22107 100644 --- a/xmenu.h +++ b/xmenu.h @@ -71,7 +71,7 @@ struct Item { Imlib_Image icon; }; -/* monitor and cursor geometry structure */ +/* monitor geometry structure */ struct Monitor { int x, y, w, h; /* monitor geometry */ }; -- 2.20.1