This commit is contained in:
Johan Malm 2023-10-02 19:47:59 +01:00
parent 3e5b988d38
commit 2cc1ee1301
4 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ struct menuitem {
struct wlr_scene_tree *tree;
struct menu_scene normal;
struct menu_scene selected;
struct wl_list link; /* menu::menuitems */
struct wl_list link; /* menu.menuitems */
};
/* This could be the root-menu or a submenu */