This commit is contained in:
Johan Malm 2023-10-02 19:47:59 +01:00 committed by Johan Malm
parent c7c8b373b5
commit db41b5eec0
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 */