fixing comment

This commit is contained in:
phillbush 2020-07-30 22:07:13 -03:00
parent 7832d2cfa9
commit b1cf3ebd74

View File

@ -71,7 +71,7 @@ struct Item {
Imlib_Image icon; Imlib_Image icon;
}; };
/* monitor and cursor geometry structure */ /* monitor geometry structure */
struct Monitor { struct Monitor {
int x, y, w, h; /* monitor geometry */ int x, y, w, h; /* monitor geometry */
}; };